This commit is contained in:
Biqoz
2025-12-15 13:32:25 +01:00
parent fff81fda4f
commit 6a42505193
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
20
+1
View File
@@ -0,0 +1 @@
20
+2
View File
@@ -0,0 +1,2 @@
[phases.setup]
nixPkgs = ["nodejs_20", "npm"]
+3
View File
@@ -2,6 +2,9 @@
"name": "admin-dashboard", "name": "admin-dashboard",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build --turbopack", "build": "next build --turbopack",