Inital commit

This commit is contained in:
Josh Patra
2025-04-18 11:36:25 -04:00
parent bfd91c622a
commit bb9680f221
18 changed files with 4717 additions and 0 deletions

9
svelte.config.js Normal file
View File

@@ -0,0 +1,9 @@
import adapter from '@sveltejs/adapter-netlify';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
preprocess: vitePreprocess(),
kit: { adapter: adapter() }
};
export default config;