services: | |
- name: web | |
buildCommand: "pnpm install && pnpm build" | |
startCommand: "pnpm start" | |
env: | |
- key: NODE_ENV | |
value: "production" |
services: | |
- name: web | |
buildCommand: "pnpm install && pnpm build" | |
startCommand: "pnpm start" | |
env: | |
- key: NODE_ENV | |
value: "production" |