-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate from `express` to `hono` * Restructure backend files similar to Nest.js * Use TypeScript `strict` mode and fix related issues * Use Zod and OpenAPI integration of Hono to validate requests and responses * Use typed Hono Client in frontend * Validate environment variables with Zod * Allow configuration of number of trusted proxies * Add security-related headers to all HTTP responses * Replace `supertest` instance with Hono and `app.request` Signed-off-by: Marvin A. Ruder <[email protected]>
- Loading branch information
1 parent
414aff7
commit b61b061
Showing
277 changed files
with
15,077 additions
and
13,702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ globalFolder: ${HOME}/.cache/yarn | |
|
||
networkConcurrency: 1024 | ||
|
||
packageExtensions: {} | ||
packageExtensions: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,6 @@ | |
}, | ||
"prisma": { | ||
"built": true | ||
}, | ||
"swagger-ui-dist": { | ||
"unplugged": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.