Skip to content

Commit 9af7143

Browse files
committed
fix(cloudflare vite.config): re-add add @ts-expect-error
1 parent b3ca543 commit 9af7143

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/website/adapters/cloudflare-pages/vite.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ import { cloudflarePagesAdapter } from '@builder.io/qwik-city/adapters/cloudflar
22
import { extendConfig } from '@builder.io/qwik-city/vite';
33
import baseConfig from '../../vite.config';
44

5+
/**
6+
Vite 5.1.6 breaks the cloudflare build when deploying.
7+
This is a workaround until the issue is fixed.
8+
*/
9+
// @ts-expect-error
510
export default extendConfig(baseConfig, () => {
611
return {
712
build: {

0 commit comments

Comments
 (0)