Initial commit

This commit is contained in:
whidix
2022-12-29 21:19:53 +01:00
commit cf9dc34936
35 changed files with 17285 additions and 0 deletions

8
vite.config.js Normal file
View File

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