Literally everything

This commit is contained in:
malloc62 2023-01-15 21:58:31 -05:00
commit 773ac3fea6
12 changed files with 1668 additions and 0 deletions

7
vite.config.js Normal file
View file

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