mirror of
https://github.com/jcreek/BankStatementAnalyser.git
synced 2026-07-13 02:53:49 +00:00
chore(*): Add base sveltekit
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user