Compare commits

...

2 Commits
main ... prod

Author SHA1 Message Date
Mohamad
2b33e130fd removed another comment lol
Some checks failed
Build and Push Svelte Docker Image / build (push) Failing after 5m1s
2024-12-23 16:34:44 +01:00
Mohamad.Elsena
8c2c36edfb removed comment
Some checks failed
Build and Push Svelte Docker Image / build (push) Failing after 4m59s
2024-12-23 14:19:12 +01:00

View File

@ -3,14 +3,9 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
// 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()
}
};