Builds in production

This commit is contained in:
2023-09-20 14:56:28 +02:00
parent c05de10192
commit 8fcd97e811
4 changed files with 32 additions and 2 deletions

View File

@@ -6,5 +6,7 @@ export default defineConfig({
plugins: [ViteYaml(), sveltekit()],
test: {
include: ['src/**/*.{test,spec}.{js,ts}']
}
},
build: { target: 'esnext' }
});