fix: start script bug
This commit is contained in:
parent
9f91c764c0
commit
96245a0923
@ -1,6 +1,6 @@
|
|||||||
import { execSync } from "child_process";
|
import { execSync } from "child_process";
|
||||||
import { exit } from "process";
|
import { exit } from "process";
|
||||||
import { existsSync, writeFileSync, readFileSync } from "fs";
|
import { existsSync, writeFileSync, readFileSync, mkdirSync } from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import details from "../package.json" assert { type: "json" };
|
import details from "../package.json" assert { type: "json" };
|
||||||
import cmd from "./zotero-cmd.json" assert { type: "json" };
|
import cmd from "./zotero-cmd.json" assert { type: "json" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user