1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 21:17:59 +00:00
rolens/frontend/vite.config.js

8 lines
182 B
JavaScript
Raw Normal View History

2023-01-23 13:12:14 +00:00
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
2023-01-10 16:28:27 +00:00
// https://vitejs.dev/config/
export default defineConfig({
2023-01-23 13:12:14 +00:00
plugins: [ svelte() ],
});