···55const config = {
66 // Consult https://svelte.dev/docs/kit/integrations
77 // for more information about preprocessors
88- preprocess: vitePreprocess(),
88+ preprocess: vitePreprocess({ script: true }),
991010 kit: {
1111 // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.