edge-try
This commit is contained in:
parent
7ceb9db77f
commit
876e342f4c
|
@ -6,7 +6,7 @@ const isVercel = Boolean(process?.env.VERCEL)
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
preset: isVercel ? 'vercel' : 'bun',
|
preset: isVercel ? 'vercel_edge' : 'bun',
|
||||||
port: 3000,
|
port: 3000,
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user