mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-23 16:10:19 +00:00
9 lines
No EOL
182 B
JavaScript
9 lines
No EOL
182 B
JavaScript
// vite.config.js
|
|
import { sveltekit } from '@sveltejs/kit/vite';
|
|
|
|
/** @type {import('vite').UserConfig} */
|
|
const config = {
|
|
plugins: [sveltekit()]
|
|
};
|
|
|
|
export default config; |