express-typescript icon indicating copy to clipboard operation
express-typescript copied to clipboard

Express + TypeScript + Boilerplate for Web / API App

Results 6 express-typescript issues
Sort by recently updated
recently updated
newest added

# PR Details ## Description I found that this project doesn't follow any code style so I added my prettier config file and I added a script to format the...

(_removed the template, as this is a generic error, not a functional one_). Check `Dockerfile`: ``` # Run node server CMD npm run start ``` check `package.json`: ``` "scripts": {...

**Describe the bug** The application throws a rejection which i believe has to do with the sessions package trying to make updates to mongodb on start. Full error log below...

**Describe the bug** When running npm install locally, I get a dependency conflict when resolving the dependency tree npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...

# PR Details ## Description This PR focuses on removing the unused `awesome-type-loader` from the project. ## Related Issue This PR addresses the following issue: [Dependency Conflict typescript@"5.0.3" & awesome-typescript-loader@"^5.2.0"](https://github.com/GeekyAnts/express-typescript/issues/25)...

for App.ts is loadQueue function: 1.const isQueueMonitorEnabled: boolean = Locals.config().queueMonitor; 2.const queueMonitorPort: number = Locals.config().queueMonitorHttpPort; But .env not find queueMonitor and queueMonitorHttpPort