From 98461b8d091ad52e9c7475cebb73b64b883d75e7 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 13 Jul 2024 10:34:21 +0300 Subject: [PATCH] vercel-fix --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index 7e43a2f2..1f1c2fc3 100644 --- a/app.config.ts +++ b/app.config.ts @@ -22,7 +22,7 @@ export default defineConfig({ vite: { envPrefix: 'PUBLIC_', plugins: [ - mkcert(), + !isVercel && mkcert(), nodePolyfills({ include: ['path', 'stream', 'util'], exclude: ['http'],