fix: promote node-path to production dependency to resolve the Docker error issue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user