mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-06 21:28:03 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
10
turbo-svelte/packages/ui/svelte.config.js
Normal file
10
turbo-svelte/packages/ui/svelte.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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()
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user