Changed build directory

This commit is contained in:
Alexander Harding 2025-02-26 23:20:52 +00:00
parent 2ac634bb3f
commit 6a547289f7

View File

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