mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
chore: add typecheck and linting for backend
This commit is contained in:
parent
70c580474c
commit
bdf406f99f
10 changed files with 124 additions and 11 deletions
|
@ -36,6 +36,7 @@ if (
|
|||
process.env.NODE_ENV === "production" &&
|
||||
process.env.ZU_SECURE_HEADERS !== "false"
|
||||
) {
|
||||
// @ts-ignore
|
||||
app.use(helmet());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue