From ef0518a44c03c4c4b118247e9c9cdc72d201aa0a Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:36:01 +0100 Subject: [PATCH] exclude 'process' polyfill --- apps/frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/vite.config.ts b/apps/frontend/vite.config.ts index 73423890..c9585b15 100644 --- a/apps/frontend/vite.config.ts +++ b/apps/frontend/vite.config.ts @@ -18,7 +18,7 @@ export default defineConfig({ "stream", "buffer", ], - exclude: ["fs", "net"], + exclude: ["fs", "net", "process"], }), react(),