iot-heater/dashboard/vite.config.ts

7 lines
145 B
TypeScript
Raw Permalink Normal View History

2023-02-18 22:09:24 +00:00
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
2023-03-27 12:50:35 +00:00
plugins: [sveltekit()],
2023-02-18 22:09:24 +00:00
});