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 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "bun build src/index.ts --target=bun --outdir=api",
"build": "bun build src/index.ts --target=bun --outdir=dist",
"start": "bun run src/index.ts",
"dev": "bun --hot run src/index.ts",
"test": "bun test",