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 30d553d commit adbd596Copy full SHA for adbd596
packages/plugin-rsc/examples/starter-cf-single/vite.config.ts
@@ -50,12 +50,4 @@ export default defineConfig({
50
},
51
52
53
- builder: {
54
- // empty buildApp to disable cloudflare's buildApp
55
- // https://github.com/cloudflare/workers-sdk/blob/19e2aab1d68594c7289d0aa16474544919fd5b9b/packages/vite-plugin-cloudflare/src/index.ts#L183-L186
56
- buildApp: async () => {},
57
- },
58
- rsc: {
59
- serverHandler: false,
60
61
})
0 commit comments