From a111b615e83fb72cac47b1f6af1950e24ed2a680 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 1 Jul 2024 14:34:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(frontend)=20delete=20useless=20nes?= =?UTF-8?q?ting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update frontend to be the root folder of the frontend sources, instead of nesting them in a folder named as the application. We only work on a single frontend app as of today, nesting sources doesn't add any value, even though the initial organization was more extensible. --- src/frontend/{visio => }/.eslintrc.cjs | 0 src/frontend/{visio => }/.gitignore | 0 src/frontend/{visio => }/README.md | 0 src/frontend/{visio => }/index.html | 0 src/frontend/{visio => }/package-lock.json | 0 src/frontend/{visio => }/package.json | 0 src/frontend/{visio => }/public/vite.svg | 0 src/frontend/{visio => }/src/App.css | 0 src/frontend/{visio => }/src/App.tsx | 0 src/frontend/{visio => }/src/assets/react.svg | 0 src/frontend/{visio => }/src/index.css | 0 src/frontend/{visio => }/src/main.tsx | 0 src/frontend/{visio => }/src/vite-env.d.ts | 0 src/frontend/{visio => }/tsconfig.app.json | 0 src/frontend/{visio => }/tsconfig.json | 0 src/frontend/{visio => }/tsconfig.node.json | 0 src/frontend/{visio => }/vite.config.ts | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename src/frontend/{visio => }/.eslintrc.cjs (100%) rename src/frontend/{visio => }/.gitignore (100%) rename src/frontend/{visio => }/README.md (100%) rename src/frontend/{visio => }/index.html (100%) rename src/frontend/{visio => }/package-lock.json (100%) rename src/frontend/{visio => }/package.json (100%) rename src/frontend/{visio => }/public/vite.svg (100%) rename src/frontend/{visio => }/src/App.css (100%) rename src/frontend/{visio => }/src/App.tsx (100%) rename src/frontend/{visio => }/src/assets/react.svg (100%) rename src/frontend/{visio => }/src/index.css (100%) rename src/frontend/{visio => }/src/main.tsx (100%) rename src/frontend/{visio => }/src/vite-env.d.ts (100%) rename src/frontend/{visio => }/tsconfig.app.json (100%) rename src/frontend/{visio => }/tsconfig.json (100%) rename src/frontend/{visio => }/tsconfig.node.json (100%) rename src/frontend/{visio => }/vite.config.ts (100%) diff --git a/src/frontend/visio/.eslintrc.cjs b/src/frontend/.eslintrc.cjs similarity index 100% rename from src/frontend/visio/.eslintrc.cjs rename to src/frontend/.eslintrc.cjs diff --git a/src/frontend/visio/.gitignore b/src/frontend/.gitignore similarity index 100% rename from src/frontend/visio/.gitignore rename to src/frontend/.gitignore diff --git a/src/frontend/visio/README.md b/src/frontend/README.md similarity index 100% rename from src/frontend/visio/README.md rename to src/frontend/README.md diff --git a/src/frontend/visio/index.html b/src/frontend/index.html similarity index 100% rename from src/frontend/visio/index.html rename to src/frontend/index.html diff --git a/src/frontend/visio/package-lock.json b/src/frontend/package-lock.json similarity index 100% rename from src/frontend/visio/package-lock.json rename to src/frontend/package-lock.json diff --git a/src/frontend/visio/package.json b/src/frontend/package.json similarity index 100% rename from src/frontend/visio/package.json rename to src/frontend/package.json diff --git a/src/frontend/visio/public/vite.svg b/src/frontend/public/vite.svg similarity index 100% rename from src/frontend/visio/public/vite.svg rename to src/frontend/public/vite.svg diff --git a/src/frontend/visio/src/App.css b/src/frontend/src/App.css similarity index 100% rename from src/frontend/visio/src/App.css rename to src/frontend/src/App.css diff --git a/src/frontend/visio/src/App.tsx b/src/frontend/src/App.tsx similarity index 100% rename from src/frontend/visio/src/App.tsx rename to src/frontend/src/App.tsx diff --git a/src/frontend/visio/src/assets/react.svg b/src/frontend/src/assets/react.svg similarity index 100% rename from src/frontend/visio/src/assets/react.svg rename to src/frontend/src/assets/react.svg diff --git a/src/frontend/visio/src/index.css b/src/frontend/src/index.css similarity index 100% rename from src/frontend/visio/src/index.css rename to src/frontend/src/index.css diff --git a/src/frontend/visio/src/main.tsx b/src/frontend/src/main.tsx similarity index 100% rename from src/frontend/visio/src/main.tsx rename to src/frontend/src/main.tsx diff --git a/src/frontend/visio/src/vite-env.d.ts b/src/frontend/src/vite-env.d.ts similarity index 100% rename from src/frontend/visio/src/vite-env.d.ts rename to src/frontend/src/vite-env.d.ts diff --git a/src/frontend/visio/tsconfig.app.json b/src/frontend/tsconfig.app.json similarity index 100% rename from src/frontend/visio/tsconfig.app.json rename to src/frontend/tsconfig.app.json diff --git a/src/frontend/visio/tsconfig.json b/src/frontend/tsconfig.json similarity index 100% rename from src/frontend/visio/tsconfig.json rename to src/frontend/tsconfig.json diff --git a/src/frontend/visio/tsconfig.node.json b/src/frontend/tsconfig.node.json similarity index 100% rename from src/frontend/visio/tsconfig.node.json rename to src/frontend/tsconfig.node.json diff --git a/src/frontend/visio/vite.config.ts b/src/frontend/vite.config.ts similarity index 100% rename from src/frontend/visio/vite.config.ts rename to src/frontend/vite.config.ts