maybe fixed cf

This commit is contained in:
J-onasJones 2024-06-07 00:55:36 +02:00
parent 657d8f1ca8
commit 29213cb510

View file

@ -7,18 +7,6 @@ export default {
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
// See below for an explanation of these options
routes: {
include: ['/*'],
exclude: ['<all>']
},
platformProxy: {
configPath: 'wrangler.toml',
environment: undefined,
experimentalJsonConfig: false,
persist: false
}
})
adapter: adapter(),
}
}