chore: add typecheck and linting for backend

This commit is contained in:
dec0dOS 2023-10-04 20:02:57 +01:00
parent 70c580474c
commit bdf406f99f
10 changed files with 124 additions and 11 deletions

View file

@ -36,6 +36,7 @@ if (
process.env.NODE_ENV === "production" &&
process.env.ZU_SECURE_HEADERS !== "false"
) {
// @ts-ignore
app.use(helmet());
}