update railpack

This commit is contained in:
2026-06-29 21:11:50 -04:00
parent 40c91705f7
commit 3231c17151
+1 -26
View File
@@ -1,30 +1,5 @@
{ {
"$schema": "https://railpack.com", "$schema": "https://schema.railpack.com",
"steps": {
"install": {
"inputs": [
{
"context": "."
}
],
"commands": [
"npm install"
]
},
"build": {
"inputs": [
{
"step": "install"
},
{
"context": "."
}
],
"commands": [
"npm run build"
]
}
},
"deploy": { "deploy": {
"startCommand": "npx serve dist --port 3000" "startCommand": "npx serve dist --port 3000"
} }