7 lines
113 B
Bash
7 lines
113 B
Bash
#!/bin/sh
|
|
|
|
# Démarrer nginx en arrière-plan
|
|
nginx
|
|
|
|
# Démarrer le serveur de développement Vite
|
|
npm run start |