headscale-ui/vite.config.js
routerino 8e54c94a8d
updated dependencies. Changed dev to http (as it needs proxying anyway)
* updated dependencies. Changed dev to http (as it needs proxying anyway)
2024-10-01 21:22:39 +10:00

10 lines
No EOL
184 B
JavaScript

// vite.config.js
import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
plugins: [sveltekit()],
};
export default config;