mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Use `@sveltejs/adapter-node`
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
// ☁️ Adapter:
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
|
||||
// 📦 Extensions:
|
||||
import { mdsvex, escapeSvelte } from 'mdsvex';
|
||||
|
||||
Reference in New Issue
Block a user