AniX/Spacefile
Kentai Radiquum d97ad7dbfe
feat(deploy): allow deploying on deta.space
- **BREAKING CHANGE**: Api url now /api/v1 \n **Fix**: Frontend build. \n **Fix**: errors about unknown styles

BREAKING CHANGE:
2024-05-13 22:20:08 +05:00

14 lines
261 B
Text

v: 0
# icon: ./icon.png
micros:
- name: anix-api
src: ./backend/
engine: python3.9
path: api
run: uvicorn main:app --root-path /api
dev: uvicorn main:app --reload
- name: anix-app
src: ./frontend/
engine: next
primary: true