We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4103bde commit fb34801Copy full SHA for fb34801
nixpacks.toml
@@ -1,5 +1,4 @@
1
buildImage = 'ghcr.io/railwayapp/nixpacks:latest'
2
3
[phases.setup]
4
- nixpkgsArchive = '23f9169c4ccce521379e602cc82ed873a1f1b52b'
5
- node_version = "24"
+ nixpkgsArchive = '23f9169c4ccce521379e602cc82ed873a1f1b52b'
package.json
@@ -3,6 +3,9 @@
"private": true,
"version": "2.0.0",
"type": "module",
6
+ "engines": {
7
+ "node": "24"
8
+ },
9
"scripts": {
10
"gentypes": "bun run src/lib/types/update.ts",
11
"dev": "vite dev",
0 commit comments