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"]
|
||||
|
|
@ -13,6 +13,9 @@
|
|||
"@tanstack/react-virtual": "^3.14.2",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue