removed comment
Some checks failed
Build and Push Svelte Docker Image / build (push) Failing after 4m59s

This commit is contained in:
Mohamad.Elsena 2024-12-23 14:19:12 +01:00
parent c1dc531995
commit 8c2c36edfb

View File

@ -8,9 +8,6 @@ const config = {
preprocess: vitePreprocess(), preprocess: vitePreprocess(),
kit: { 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() adapter: adapter()
} }
}; };