vercel-fix2

This commit is contained in:
Untone 2024-07-13 10:44:07 +03:00
parent 98461b8d09
commit e5a3788f71

View File

@ -12,7 +12,7 @@ export default defineConfig({
server: { server: {
preset: isVercel ? 'vercel_edge' : isBun ? 'bun' : 'node', preset: isVercel ? 'vercel_edge' : isBun ? 'bun' : 'node',
port: 3000, port: 3000,
https: true https: !isVercel
}, },
devOverlay: true, devOverlay: true,
build: { build: {