mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-05 04:38:58 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
8
turbo-svelte/packages/ui/vite.config.js
Normal file
8
turbo-svelte/packages/ui/vite.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
svelte()
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user