Files
oki-podcast-reader/vite.config.ts
T

7 lines
145 B
TypeScript
Raw Normal View History

2023-02-21 22:09:10 +00:00
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
2023-02-23 13:28:04 +00:00
plugins: [sveltekit()],
2023-02-21 22:09:10 +00:00
});