Node 20+
This commit is contained in:
1
.node-version
Normal file
1
.node-version
Normal file
@@ -0,0 +1 @@
|
||||
20
|
||||
2
nixpacks.toml
Normal file
2
nixpacks.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_20", "npm"]
|
||||
@@ -2,6 +2,9 @@
|
||||
"name": "admin-dashboard",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build --turbopack",
|
||||
|
||||
Reference in New Issue
Block a user