Skip to content

Commit

Permalink
Update railway.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin2Shih committed Mar 9, 2024
1 parent 385eecd commit 68dc737
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion railway.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[install]
cmds = ["npm install", "npm install esbuild -g"]

[build]
builder = "nixpacks"
buildCommand = "npm install && npm run build"
buildCommand = "npm run build"

[deploy]
startCommand = "npm run start"
Expand Down

0 comments on commit 68dc737

Please sign in to comment.