From 3cf133e83282c1a96d574a6458fffd766dd86b8f Mon Sep 17 00:00:00 2001 From: wass08 Date: Mon, 23 Feb 2026 07:27:07 +0900 Subject: [PATCH] try adding vercel.json --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..7cb0c33b --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "framework": "nextjs", + "buildCommand": "cd apps/editor && next build", + "outputDirectory": "apps/editor/.next", + "installCommand": "bun install" +} \ No newline at end of file