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'],