iot-heater/dashboard/vite.config.ts
Gašper Dobrovoljc af449d1a2b
Initial commit
2023-02-18 23:09:24 +01:00

7 lines
144 B
TypeScript

import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});