adapter changed to node
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
/** import adapter from '@sveltejs/adapter-auto'; */
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: { adapter: adapter() }
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user