mirror of
https://github.com/patdelphi/suanming.git
synced 2026-02-27 21:23:12 +08:00
修复Koyeb部署问题:添加packageManager字段指定pnpm版本
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.0.0",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run server\" \"vite\"",
|
||||
"server": "nodemon server/index.cjs",
|
||||
|
||||
Reference in New Issue
Block a user