Add a start script
This commit is contained in:
parent
1a87a4db14
commit
0dc3c83c3c
7
start-dev.sh
Normal file
7
start-dev.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Démarrer nginx en arrière-plan
|
||||||
|
nginx
|
||||||
|
|
||||||
|
# Démarrer le serveur de développement Vite
|
||||||
|
npm run start
|
Loading…
x
Reference in New Issue
Block a user