fix: promote node-path to production dependency to resolve the Docker error issue

This commit is contained in:
LIlGG
2025-09-26 16:52:25 +08:00
parent 2a0a0ab2d7
commit 5ec38df940
4 changed files with 9 additions and 9 deletions

View File

@@ -105,7 +105,8 @@
"unist-util-visit": "^5.0.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^4.1.11"
"zod": "^4.1.11",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
@@ -130,7 +131,6 @@
"dotenv": "^17.2.2",
"fast-glob": "^3.3.3",
"husky": "9.1.7",
"node-fetch": "^3.3.2",
"pnpm": "^10.17.1",
"sass-embedded": "^1.93.1",
"typescript": "^5.9.2",