mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 18:54:04 +02:00
init sveltekit module
This commit is contained in:
9
web/svelte.config.js
Normal file
9
web/svelte.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import {vitePreprocess} from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {adapter: adapter()}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user