edited
This commit is contained in:
parent
e41f3d415e
commit
4c40725d25
3 changed files with 6 additions and 0 deletions
1
.node-version
Normal file
1
.node-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
22
|
||||
2
nixpacks.toml
Normal file
2
nixpacks.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[phases.setup]
|
||||
nixPkgs = ["nodejs_22", "pnpm-9_x"]
|
||||
|
|
@ -14,6 +14,9 @@
|
|||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^24.12.3",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue