1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-31 10:19:27 +00:00
rolens/frontend/vite.config.js

8 lines
182 B
JavaScript
Raw Normal View History

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