removed platformproxy

This commit is contained in:
J-onasJones 2024-08-22 07:23:09 +02:00
parent fbc3528ce8
commit 830312b117

View file

@ -7,12 +7,6 @@ export default {
routes: {
include: ['/*'],
exclude: ['<all>']
},
platformProxy: {
configPath: 'wrangler.toml',
environment: undefined,
experimentalJsonConfig: false,
persist: false
}
})
}