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