Forçar Node 23 no nixpacks e corrigir versão do Vite

This commit is contained in:
Hermes
2026-08-05 12:18:44 +00:00
parent c01fac5a2c
commit 83270693e8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
[phases.setup]
nixPkgs = ["nodejs_23", "npm"]
+1 -1
View File
@@ -25,6 +25,6 @@
"@vitejs/plugin-react": "^6.0.4",
"oxlint": "^1.75.0",
"typescript": "~6.0.2",
"vite": "^8.2.0"
"vite": "^6.0.0"
}
}