Skip to content

Commit 4411000

Browse files
committed
Fix frontend bugs
1 parent 0676204 commit 4411000

26 files changed

+209
-176
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DEFAULT_GOAL := main
2+
3+
main:
4+
@rm -rf api/build && cd frontend && npm install && npm run build && cp -rf build ../api
5+
6+
run:
7+
@cd api && uvicorn main:app --host 0.0.0.0 --port 8000

api/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
generated/
22
zip/
33
__pycache__/
4+
build/

api/build/asset-manifest.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

api/build/favicon.ico

-21.9 KB
Binary file not shown.

api/build/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/build/logo192.png

-8.38 KB
Binary file not shown.

api/build/logo512.png

-22.4 KB
Binary file not shown.

api/build/manifest.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

api/build/precache-manifest.cbac8e5816e0cf48f90ae996ec6ed772.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

api/build/robots.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)