From 013a6dda0a7e27c3008ab7cc7b7f767fae691cb7 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Thu, 11 Sep 2025 12:03:31 +0200 Subject: [PATCH] =?UTF-8?q?chore(scripts):=20d=C3=A9placer=20analyze-docum?= =?UTF-8?q?ent.py,=20simple-server.js,=20start-frontend.sh=20dans=20script?= =?UTF-8?q?s/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- analyze-document.py => scripts/analyze-document.py | 0 simple-server.js => scripts/simple-server.js | 0 start-frontend.sh => scripts/start-frontend.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename analyze-document.py => scripts/analyze-document.py (100%) rename simple-server.js => scripts/simple-server.js (100%) rename start-frontend.sh => scripts/start-frontend.sh (100%) diff --git a/analyze-document.py b/scripts/analyze-document.py similarity index 100% rename from analyze-document.py rename to scripts/analyze-document.py diff --git a/simple-server.js b/scripts/simple-server.js similarity index 100% rename from simple-server.js rename to scripts/simple-server.js diff --git a/start-frontend.sh b/scripts/start-frontend.sh similarity index 100% rename from start-frontend.sh rename to scripts/start-frontend.sh