zappyzep/backend
Dragory b60a7fb145
fix: clinic.js 0kb output files
Something in our signal handlers/code that touched signal handlers
conflicted with clinic.js's signal handler code. With this commit,
we don't touch signal handlers at all if DEBUG mode is enabled.
2023-06-26 19:55:16 +00:00
..
src fix: clinic.js 0kb output files 2023-06-26 19:55:16 +00:00
.gitignore Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
.prettierignore Update .prettierignore, use subproject specific ignore files 2021-09-11 19:06:01 +03:00
ormconfig.js feat: add member cache; handle all role changes with RoleManagerPlugin; exit gracefully 2023-05-07 17:57:40 +03:00
package-lock.json chore: update discord.js to v14.11, knub to v32.0.0-next.16 2023-06-24 12:14:41 +00:00
package.json fix: clinic.js 0kb output files 2023-06-26 19:55:16 +00:00
register-tsconfig-paths.js Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
start-dev.js Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
tsconfig.json feat: update to TypeScript 5; reorganize deps 2023-04-29 21:07:18 +03:00