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

This commit is contained in:
MythEclipse
2026-05-07 19:41:56 +07:00
parent 2a82012910
commit cfbc4609b5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1",
"outputDirectory": "dist",
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
}