chatpad/Spacefile
2023-08-28 17:43:14 +02:00

11 lines
245 B
Text

# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
- name: app
src: .
engine: static
serve: dist
primary: true
commands:
- NODE_OPTIONS="--max-old-space-size=1024" npm run build
dev: npm run dev