We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8124aec commit 8c20e30Copy full SHA for 8c20e30
1 file changed
svelte.config.ts
@@ -3,7 +3,7 @@ import type { Config } from '@sveltejs/kit';
3
4
const config: Config = {
5
kit: {
6
- adapter: adapter({ functions: true, debug: { prettier: false } }),
+ adapter: adapter({ functions: false, debug: { prettier: false } }),
7
csrf: {
8
trustedOrigins: ['*']
9
},
0 commit comments