Skip to content

Commit cb63afb

Browse files
committed
fix: again
1 parent a35a601 commit cb63afb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/frontend/nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ export default defineNuxtConfig({
9595
},
9696
}),
9797
],
98+
build: {
99+
rollupOptions: {
100+
external: ['cloudflare:workers'],
101+
},
102+
},
98103
},
99104
hooks: {
100105
async 'nitro:config'(nitroConfig) {

0 commit comments

Comments
 (0)