vercel-fix2
This commit is contained in:
parent
98461b8d09
commit
e5a3788f71
|
@ -12,7 +12,7 @@ export default defineConfig({
|
|||
server: {
|
||||
preset: isVercel ? 'vercel_edge' : isBun ? 'bun' : 'node',
|
||||
port: 3000,
|
||||
https: true
|
||||
https: !isVercel
|
||||
},
|
||||
devOverlay: true,
|
||||
build: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user