8 lines
No EOL
90 B
Bash
Executable file
8 lines
No EOL
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Run the server
|
|
air &
|
|
|
|
# Run the frontend
|
|
sleep 2
|
|
cd frontend && npm run dev |