File size: 214 Bytes
0d1e1be
e2a9158
 
9c827a9
 
0d1e1be
e2a9158
1
2
3
4
5
6
7
8
import devtoolsJson from 'vite-plugin-devtools-json';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({
	plugins: [sveltekit(), devtoolsJson()]
});