fixed devlog routes being undiscoverable and 404ing on refresh; switched back to node adapter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
import { mdsvex } from 'mdsvex';
|
||||
import * as child_process from 'node:child_process';
|
||||
|
||||
Reference in New Issue
Block a user