Skip to content

Commit f1acd44

Browse files
committed
fix(cloudflare): set wrangler config in svelte adapter
1 parent 8fa72ab commit f1acd44

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

alchemy/src/cloudflare/sveltekit/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const alchemy = (options?: AdapterOptions) => {
55
const platformProxy = getPlatformProxyOptions(options?.platformProxy);
66
return adapter({
77
platformProxy,
8+
config: platformProxy.configPath,
89
...options,
910
});
1011
};

examples/cloudflare-sveltekit/wrangler.jsonc

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)