Revert "feat: update build output directory to 'dist' in package.json and set outputDirectory in vercel.json"

This reverts commit cfbc4609b5.
This commit is contained in:
MythEclipse
2026-05-07 20:13:41 +07:00
parent 149a646fea
commit c0bfce3d26
3 changed files with 14 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1",
<<<<<<< HEAD
"installCommand": "bun install"
=======
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
>>>>>>> parent of cfbc460 (feat: update build output directory to 'dist' in package.json and set outputDirectory in vercel.json)
}