13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
modules = ["nodejs-20", "web"]
|
|
run = "npm run dev"
|
|
|
|
[nix]
|
|
channel = "stable-25_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "npm run dev"]
|
|
|
|
[[ports]]
|
|
localPort = 5001
|
|
externalPort = 80
|