update(ui) add responsive for tracking
This commit is contained in:
commit
8cd93c578e
|
|
@ -6,6 +6,8 @@ Run server uvicorn main:app --reload
|
|||
|
||||
nohup uvicorn main:app --host 172.16.6.38 --port 8081 > log.log 2>&1 &
|
||||
|
||||
pm2 start
|
||||
|
||||
ps aux | grep uvicorn
|
||||
|
||||
truncate -s 0 log.log
|
||||
|
|
|
|||
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