(feat): Queue/Dequeue button and waiting for match text
This commit is contained in:
parent
6bd3a01f5f
commit
272c6f319c
8 changed files with 154 additions and 20 deletions
4
Makefile
4
Makefile
|
|
@ -144,8 +144,8 @@ nginx-dev/nginx-selfsigned.crt nginx-dev/nginx-selfsigned.key &:
|
|||
|
||||
fnginx: nginx-dev/nginx nginx-dev/nginx-selfsigned.crt nginx-dev/nginx-selfsigned.key
|
||||
nginx-dev/nginx -p ./nginx-dev -c nginx.conf -e /dev/null >/dev/null 2>/dev/null &
|
||||
-(cd ./frontend && pnpm exec tsc --noEmit --watch --preserveWatchOutput) &
|
||||
-(cd ./frontend && pnpm exec vite --clearScreen false)
|
||||
-(cd ./frontend && npx pnpm exec tsc --noEmit --watch --preserveWatchOutput) &
|
||||
-(cd ./frontend && npx pnpm exec vite --clearScreen false)
|
||||
wait
|
||||
|
||||
# phony
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue