From 8886a5fa74fb1dda1fabfa59b3e11e553c16a2d7 Mon Sep 17 00:00:00 2001 From: Code Sky Date: Tue, 18 Aug 2026 14:07:20 +0000 Subject: [PATCH] fix(@aether/editor-host): declare Vercel output directory Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- apps/@aether/editor-host/vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/@aether/editor-host/vercel.json diff --git a/apps/@aether/editor-host/vercel.json b/apps/@aether/editor-host/vercel.json new file mode 100644 index 0000000..7b322de --- /dev/null +++ b/apps/@aether/editor-host/vercel.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "vite", + "buildCommand": "pnpm run build", + "outputDirectory": "dist", + "installCommand": "pnpm install --frozen-lockfile" +}