Merge pull request 'Changed build directory' (#3) from main into prod

Reviewed-on: #3
This commit is contained in:
Alexander Harding 2025-02-26 23:21:36 +00:00
commit 7e8e01d69b

View File

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