first commit

This commit is contained in:
Puechberty Arthur
2026-03-30 20:36:20 +02:00
commit 68f382d8dd
21 changed files with 8481 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/* Mode standalone : génère un dossier autonome pour Docker */
output: "standalone",
};
export default nextConfig;