Skip to content

Commit 8c20e30

Browse files
committed
Disable SvelteKit functions build to stay within size limits
1 parent 8124aec commit 8c20e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svelte.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Config } from '@sveltejs/kit';
33

44
const config: Config = {
55
kit: {
6-
adapter: adapter({ functions: true, debug: { prettier: false } }),
6+
adapter: adapter({ functions: false, debug: { prettier: false } }),
77
csrf: {
88
trustedOrigins: ['*']
99
},

0 commit comments

Comments
 (0)