From 96245a092378e4dbe5a8f45fb068460eed4e9290 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:11:32 +0800 Subject: [PATCH] fix: start script bug --- scripts/start.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.mjs b/scripts/start.mjs index d795ce6..118b5a0 100644 --- a/scripts/start.mjs +++ b/scripts/start.mjs @@ -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" };