library-manager/vite.config.ts

7 lines
146 B
TypeScript
Raw Permalink Normal View History

2024-01-22 14:01:43 -05:00
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
2024-01-22 15:14:30 -05:00
plugins: [sveltekit()],
2024-01-22 14:01:43 -05:00
});