- 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.
- Introduced a new build script for Vercel in package.json.
- Created a new tsdown configuration file for Vercel deployment.
- Updated tsconfig.json to remove the deprecated vercel.ts file from the include path.
- Added a new server entry point for compatibility with Vercel's deployment.