mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
14 lines
262 B
Text
14 lines
262 B
Text
v: 0
|
|
# icon: ./icon.png
|
|
micros:
|
|
- name: anix-api
|
|
src: ./backend/
|
|
engine: python3.11
|
|
path: api
|
|
run: uvicorn main:app --root-path /api
|
|
dev: uvicorn main:app --reload
|
|
|
|
- name: anix-app
|
|
src: ./frontend/
|
|
engine: next
|
|
primary: true
|