mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-23 05:09:38 +05:00
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:
This commit is contained in:
parent
d85ce45989
commit
d97ad7dbfe
19 changed files with 504 additions and 412 deletions
14
Spacefile
Normal file
14
Spacefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue