From 0dc3c83c3c41c81f87f37dda6af576af824d09bb Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Wed, 2 Jul 2025 15:39:32 +0200 Subject: [PATCH] Add a start script --- start-dev.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start-dev.sh diff --git a/start-dev.sh b/start-dev.sh new file mode 100644 index 0000000..40ba375 --- /dev/null +++ b/start-dev.sh @@ -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 \ No newline at end of file