home/vite.config.js
Thomas Klaehn cecc37ce9e Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2023-01-31 11:53:17 +01:00

8 lines
117 B
JavaScript

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