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

10
svelte.config.js Normal file
View file

@ -0,0 +1,10 @@
import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
};
export default config;