chore: update build script and remove unused Vercel configuration

- Modified the build script in package.json to rename the output file from server.js to index.js.
- Removed the vercel.json configuration file as it is no longer needed.
- Updated ESLint configuration to reflect changes in file references.
This commit is contained in:
DIYgod
2025-08-10 23:00:37 +08:00
parent 20b67e1402
commit b95bb570fb
3 changed files with 2 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "hono",
"buildCommand": "pnpm run build:vercel",
"outputDirectory": "dist",
"github": {
"silent": true
}
}