diff --git a/apps/exhibition-live/vite.config.ts b/apps/exhibition-live/vite.config.ts index 28875dc5..2b657806 100644 --- a/apps/exhibition-live/vite.config.ts +++ b/apps/exhibition-live/vite.config.ts @@ -13,6 +13,7 @@ export default defineConfig({ }, // Enable esbuild polyfill plugins plugins: [ + // @ts-ignore NodeGlobalsPolyfillPlugin({ process: true, }), diff --git a/bun.lockb b/bun.lockb index bf58ce84..80b4aa44 100755 Binary files a/bun.lockb and b/bun.lockb differ