Created
April 18, 2024 18:11
-
-
Save chadwcarlson/1b5ab0f7e557a010dfa890300c1cd820 to your computer and use it in GitHub Desktop.
next.platform.app.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "myapp" | |
stack: | |
- "nodejs@20" | |
hooks: | |
build: | | |
set -eux | |
npm install | |
npm run build | |
web: | |
commands: | |
start: npm run start -- -p $PORT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment