Skip to content

Commit adbd596

Browse files
committed
chore: remove empty builder.buildApp for cloudflare
1 parent 30d553d commit adbd596

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/plugin-rsc/examples/starter-cf-single/vite.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,4 @@ export default defineConfig({
5050
},
5151
},
5252
},
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-
},
6153
})

0 commit comments

Comments
 (0)