This commit is contained in:
Untone 2024-06-25 17:17:02 +03:00
parent 7ceb9db77f
commit 876e342f4c

View File

@ -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: {