ligths-webapp/vite.config.ts

7 lines
145 B
TypeScript
Raw Normal View History

2023-07-09 18:29:00 +01:00
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
2023-07-10 16:14:20 +01:00
plugins: [sveltekit()],
2023-07-09 18:29:00 +01:00
});