Pratyush Desai
f195a0999f
Simply ran create with the options for sv5, ts checking, linting and prettifying enabled Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
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()]
|
|
});
|