diff --git a/project/public/vite.svg b/project/VitePage/public/vite.svg similarity index 100% rename from project/public/vite.svg rename to project/VitePage/public/vite.svg diff --git a/workspace.code-workspace b/workspace.code-workspace new file mode 100644 index 00000000..66a9e1cf --- /dev/null +++ b/workspace.code-workspace @@ -0,0 +1,20 @@ +{ + "folders": [ + { + "path": "./" + }, + { + "path": "./docs" + }, + { + "path": "./project/server" + }, + { + "path": "./project/VitePage" + } + + ], + "settings": { + "nuxt.isNuxtApp": false + } +} \ No newline at end of file