From cc4a45f96fb1474be6f0defaa815749e0fc8b1f2 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 5 Nov 2025 16:04:32 +0000 Subject: [PATCH] =?UTF-8?q?perf(app):=20try=20using=20bun=20runtime=20?= =?UTF-8?q?=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/vite.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/vite.config.ts b/app/vite.config.ts index da2403f..e16e0ff 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -5,6 +5,11 @@ export default defineConfig({ plugins: [ nitro({ config: { + vercel: { + functions: { + runtime: 'bun1.x', + }, + }, routeRules: { '/': { isr: true }, '/**': { isr: 60 },