mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
chore(website): create empty SvelteKit project
This commit is contained in:
11
apps/website/svelte.config.js
Normal file
11
apps/website/svelte.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { mdsvex } from 'mdsvex';
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
const config = {
|
||||
preprocess: [vitePreprocess(), mdsvex()],
|
||||
kit: { adapter: adapter() },
|
||||
extensions: ['.svelte', '.svx']
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user