From 232afeb7f719884e9cdeb165448a83cfac6d35bf Mon Sep 17 00:00:00 2001 From: zhuhjay Date: Sun, 2 Nov 2025 17:17:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(scripts):=20=E6=9B=B4=E6=96=B0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=84=9A=E6=9C=AC=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 dev 脚本中的 xuequ 目录更正为 xiequ 目录 - 保持其他脚本配置不变 --- package.json | 2 +- {xuequ => xiequ}/switch.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {xuequ => xiequ}/switch.js (100%) diff --git a/package.json b/package.json index d0a9a88..6e3e31e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "dev": "npx env-cmd -f .env.local node ./xuequ/switch.js", + "dev": "npx env-cmd -f .env.local node xiequ/switch.js", "test": "jest", "lint": "eslint .", "lint:fix": "eslint . --fix", diff --git a/xuequ/switch.js b/xiequ/switch.js similarity index 100% rename from xuequ/switch.js rename to xiequ/switch.js