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" +}