diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-15 12:33:49 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-15 12:33:49 +0200 |
| commit | 3c5028ddf602cac59a1efdf0522606a122d9dec3 (patch) | |
| tree | f836510f7582a9bb4670c3c79e5e9ff3d636ef26 /website/svelte.config.js | |
| parent | 323296c248aeea736e388a307effa4edab671e66 (diff) | |
| download | sellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.tar.bz2 sellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.zip | |
feat(web): lint
Diffstat (limited to 'website/svelte.config.js')
| -rw-r--r-- | website/svelte.config.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/svelte.config.js b/website/svelte.config.js index 10c4eeb..4935008 100644 --- a/website/svelte.config.js +++ b/website/svelte.config.js @@ -2,12 +2,12 @@ import adapter from '@sveltejs/adapter-auto'; /** @type {import('@sveltejs/kit').Config} */ const config = { - kit: { - // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. - // If your environment is not supported, or you settled on a specific environment, switch out the adapter. - // See https://svelte.dev/docs/kit/adapters for more information about adapters. - adapter: adapter() - } + kit: { + // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. + // If your environment is not supported, or you settled on a specific environment, switch out the adapter. + // See https://svelte.dev/docs/kit/adapters for more information about adapters. + adapter: adapter(), + }, }; export default config; |
