dev
This commit is contained in:
parent
0f9fbc9375
commit
c0f49a8f50
1 changed files with 8 additions and 0 deletions
8
dev.sh
Executable file
8
dev.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Run the server
|
||||
air &
|
||||
|
||||
# Run the frontend
|
||||
sleep 2
|
||||
cd frontend && npm run dev
|
Loading…
Add table
Add a link
Reference in a new issue