Upgrade kit to version 1.0.0-next.405

This commit is contained in:
Ryan Gossiaux
2023-06-14 13:26:53 -07:00
parent 782b3ee49c
commit 732dc118f5
9 changed files with 912 additions and 233 deletions

9
vite.config.js Normal file
View File

@@ -0,0 +1,9 @@
import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
plugins: [sveltekit()]
};
export default config;