refactor: reorganize project structure and update import paths

This commit is contained in:
Michael Czechowski
2025-05-13 20:29:59 +02:00
parent f56a1c8624
commit ab4279f9ca
12 changed files with 22 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ export default defineConfig({
root: './src',
publicDir: './public',
build: {
outDir: './dist',
outDir: '../dist',
emptyOutDir: true,
sourcemap: true
},