fix repro

This commit is contained in:
Luke Hagar
2023-11-17 14:23:27 -06:00
parent 6b0ae6ff69
commit 3492da0b46
3 changed files with 15 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// 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({ out: '../Built-App/src' })
adapter: adapter({ out: '../Svelte-Build/src' })
}
};