mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 10:35:45 +00:00
10 lines
No EOL
184 B
JavaScript
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; |