sp/cicd-deploy.yaml

11 lines
148 B
YAML

build:
command: npm run build
static_build_dir: dist
dev:
command: npm run dev
port: 3000
redirects:
- from: /*
to: /
status: 200