Changed build directory #3

Merged
Backwards merged 1 commits from main into prod 2025-02-26 23:21:37 +00:00

View File

@ -9,5 +9,8 @@ export default defineConfig({
compiler: 'svelte', compiler: 'svelte',
autoInstall: true autoInstall: true
}) })
] ],
build: {
outDir: '../../build'
}
}); });