build(webui): output to dist
ci/woodpecker/push/woodpecker Pipeline failed Details

refactor/sveltekit
Tomáš Mládek 2024-01-26 22:45:57 +01:00
parent e5889dc883
commit 5e7ff87960
2 changed files with 2 additions and 1 deletions

2
webui/.gitignore vendored
View File

@ -1,6 +1,6 @@
.DS_Store
node_modules
/build
/dist
/.svelte-kit
/package
.env

View File

@ -12,6 +12,7 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({
pages: 'dist',
fallback: 'index.html'
})
}