update(ui) add responsive for tracking
This commit is contained in:
parent
ab7ccbe194
commit
755297e5b0
|
|
@ -4,7 +4,9 @@ Run client: npm run dev or npm run build && npm run preview
|
|||
|
||||
Run server uvicorn main:app --reload
|
||||
|
||||
nohup uvicorn main:app --host 172.16.6.38 --port 8080 > log.log 2>&1 &
|
||||
nohup uvicorn main:app --host 172.16.6.38 --port 8081 > log.log 2>&1 &
|
||||
|
||||
pm2 start
|
||||
|
||||
ps aux | grep uvicorn
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,7 @@
|
|||
<script
|
||||
type="module"
|
||||
crossorigin
|
||||
src="/au/checkin/static/assets/index-CEkaj5WK.js"
|
||||
src="/au/checkin/static/assets/index-CZPaGL7L.js"
|
||||
></script>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
|
|
|
|||
Loading…
Reference in New Issue