Skip to content

Instantly share code, notes, and snippets.

@chadwcarlson
Created April 18, 2024 18:11
Show Gist options
  • Save chadwcarlson/1b5ab0f7e557a010dfa890300c1cd820 to your computer and use it in GitHub Desktop.
Save chadwcarlson/1b5ab0f7e557a010dfa890300c1cd820 to your computer and use it in GitHub Desktop.
next.platform.app.yaml
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