remove nixpacks and add railpack

This commit is contained in:
2026-06-29 21:05:48 -04:00
parent c76a9dc978
commit fa5b5ebcf7
2 changed files with 23 additions and 9 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"$schema": "https://schema.railpack.com",
"steps": {
"install": {
"commands": [
"npm install"
]
},
"build": {
"inputs": [
{
"step": "install"
}
],
"commands": [
"npm run build"
]
}
},
"deploy": {
"startCommand": "npx serve dist --port 3000"
}
}