mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 10:13:01 +03:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
|
|
import { sveltekit } from '@sveltejs/kit/vite';
|
||
|
|
import { defineConfig } from 'vite';
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
plugins: [sveltekit()]
|
||
|
|
});
|