7 lines
138 B
JSON
7 lines
138 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"deploy": {
|
|
"startCommand": "cd server && npm install && npm start"
|
|
}
|
|
}
|