Harden client and WebSocket proxy
This commit is contained in:
@@ -4,6 +4,9 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
compilerOptions: {
|
||||
compatibility: { componentApi: 4 }
|
||||
},
|
||||
|
||||
kit: {
|
||||
adapter: nodeAdapter({
|
||||
|
||||
Reference in New Issue
Block a user