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
|
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
|
ps aux | grep uvicorn
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,7 @@
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
crossorigin
|
crossorigin
|
||||||
src="/au/checkin/static/assets/index-CEkaj5WK.js"
|
src="/au/checkin/static/assets/index-CZPaGL7L.js"
|
||||||
></script>
|
></script>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue