fix: start script bug

This commit is contained in:
windingwind 2023-07-21 09:11:32 +08:00
parent 9f91c764c0
commit 96245a0923

View File

@ -1,6 +1,6 @@
import { execSync } from "child_process";
import { exit } from "process";
import { existsSync, writeFileSync, readFileSync } from "fs";
import { existsSync, writeFileSync, readFileSync, mkdirSync } from "fs";
import path from "path";
import details from "../package.json" assert { type: "json" };
import cmd from "./zotero-cmd.json" assert { type: "json" };