vercel-fix
This commit is contained in:
parent
0192acb8a4
commit
98461b8d09
|
@ -22,7 +22,7 @@ export default defineConfig({
|
||||||
vite: {
|
vite: {
|
||||||
envPrefix: 'PUBLIC_',
|
envPrefix: 'PUBLIC_',
|
||||||
plugins: [
|
plugins: [
|
||||||
mkcert(),
|
!isVercel && mkcert(),
|
||||||
nodePolyfills({
|
nodePolyfills({
|
||||||
include: ['path', 'stream', 'util'],
|
include: ['path', 'stream', 'util'],
|
||||||
exclude: ['http'],
|
exclude: ['http'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user