chatpad/Spacefile
2023-08-30 11:20:56 +02:00

12 lines
267 B
Text

# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
icon: public/icon.png
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