mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
7 lines
131 B
JavaScript
Executable File
7 lines
131 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
"use strict";
|
|
|
|
const path = require("path");
|
|
|
|
require(path.resolve(__dirname, "../static/db-worker-node.js"));
|