You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build an Express TypeScript project using tsup, but I'm encountering issues with the build process. The project uses ESM modules, Express, and TSOA for API generation.
Reproduction
Clone the repository: https://github.com/edwinhern/express-typescript-2024.git
Switch branch using git checkout feat08.24-tsoa
Install dependencies: npm ci
Run the build command: npm run build
Run the start command npm run start
Current Behavior
The build process works, and when the application starts, it runs for a bit and stops with:
{"level":50,"time":1727985400631,"pid":63008,"hostname":"mbp.lan","name":"server start","msg":"Error during TSOA generation:"}
Expected Behavior
The project should build successfully, generating the necessary files in the dist directory, and the application should start without errors.
Description
I'm trying to build an Express TypeScript project using tsup, but I'm encountering issues with the build process. The project uses ESM modules, Express, and TSOA for API generation.
Reproduction
https://github.com/edwinhern/express-typescript-2024.git
git checkout feat08.24-tsoa
npm ci
npm run build
npm run start
Current Behavior
The build process works, and when the application starts, it runs for a bit and stops with:
Expected Behavior
The project should build successfully, generating the necessary files in the
dist
directory, and the application should start without errors.Environment
Configuration Files
tsconfig.json
package.json
Upvote & Fund
The text was updated successfully, but these errors were encountered: