File size: 214 Bytes
405fa83
 
 
 
 
 
 
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()]
});