This commit is contained in:
Mackie 2026-06-07 23:15:21 +08:00
parent e41f3d415e
commit 4c40725d25
3 changed files with 6 additions and 0 deletions

1
.node-version Normal file
View file

@ -0,0 +1 @@
22

2
nixpacks.toml Normal file
View file

@ -0,0 +1,2 @@
[phases.setup]
nixPkgs = ["nodejs_22", "pnpm-9_x"]

View file

@ -14,6 +14,9 @@
"react": "^19.2.6", "react": "^19.2.6",
"react-dom": "^19.2.6" "react-dom": "^19.2.6"
}, },
"engines": {
"node": ">=22"
},
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@types/node": "^24.12.3", "@types/node": "^24.12.3",