9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
modules = ["nodejs-20", "web"]
|
|
run = "npm run start"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "npm run start"]
|