From 889efbc0e24905bf3c7db3ec7de0fa5799fb6664 Mon Sep 17 00:00:00 2001 From: Yuancheng Zhang Date: Sun, 17 Dec 2023 21:19:49 +0800 Subject: [PATCH] to(vite): move project to root --- otter-club/.eslintrc.cjs => .eslintrc.cjs | 0 otter-club/.gitignore => .gitignore | 0 otter-club/README.md => README.md | 0 otter-club/index.html => index.html | 0 otter-club/package.json => package.json | 0 {otter-club/public => public}/vite.svg | 0 {otter-club/src => src}/App.css | 0 {otter-club/src => src}/App.jsx | 0 {otter-club/src => src}/assets/react.svg | 0 {otter-club/src => src}/index.css | 0 {otter-club/src => src}/main.jsx | 0 otter-club/vite.config.js => vite.config.js | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename otter-club/.eslintrc.cjs => .eslintrc.cjs (100%) rename otter-club/.gitignore => .gitignore (100%) rename otter-club/README.md => README.md (100%) rename otter-club/index.html => index.html (100%) rename otter-club/package.json => package.json (100%) rename {otter-club/public => public}/vite.svg (100%) rename {otter-club/src => src}/App.css (100%) rename {otter-club/src => src}/App.jsx (100%) rename {otter-club/src => src}/assets/react.svg (100%) rename {otter-club/src => src}/index.css (100%) rename {otter-club/src => src}/main.jsx (100%) rename otter-club/vite.config.js => vite.config.js (100%) diff --git a/otter-club/.eslintrc.cjs b/.eslintrc.cjs similarity index 100% rename from otter-club/.eslintrc.cjs rename to .eslintrc.cjs diff --git a/otter-club/.gitignore b/.gitignore similarity index 100% rename from otter-club/.gitignore rename to .gitignore diff --git a/otter-club/README.md b/README.md similarity index 100% rename from otter-club/README.md rename to README.md diff --git a/otter-club/index.html b/index.html similarity index 100% rename from otter-club/index.html rename to index.html diff --git a/otter-club/package.json b/package.json similarity index 100% rename from otter-club/package.json rename to package.json diff --git a/otter-club/public/vite.svg b/public/vite.svg similarity index 100% rename from otter-club/public/vite.svg rename to public/vite.svg diff --git a/otter-club/src/App.css b/src/App.css similarity index 100% rename from otter-club/src/App.css rename to src/App.css diff --git a/otter-club/src/App.jsx b/src/App.jsx similarity index 100% rename from otter-club/src/App.jsx rename to src/App.jsx diff --git a/otter-club/src/assets/react.svg b/src/assets/react.svg similarity index 100% rename from otter-club/src/assets/react.svg rename to src/assets/react.svg diff --git a/otter-club/src/index.css b/src/index.css similarity index 100% rename from otter-club/src/index.css rename to src/index.css diff --git a/otter-club/src/main.jsx b/src/main.jsx similarity index 100% rename from otter-club/src/main.jsx rename to src/main.jsx diff --git a/otter-club/vite.config.js b/vite.config.js similarity index 100% rename from otter-club/vite.config.js rename to vite.config.js