zappyzep/backend
Dragory 698174a584 vcalert: use overloads instead of double optional parameter
Knub-command-manager doesn't support more than one optional parameter
at the moment.
2019-12-01 02:40:53 +02:00
..
src vcalert: use overloads instead of double optional parameter 2019-12-01 02:40:53 +02: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
api.env.example 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
bot.env.example 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
ormconfig.js typeorm: set migrationsDir to the dev folder 2019-11-30 23:38:19 +02:00
package-lock.json Add support for regex in !search via -regex/-re 2019-12-01 01:01:20 +02:00
package.json Add support for regex in !search via -regex/-re 2019-12-01 01:01:20 +02:00
register-tsconfig-paths.js Switch from ts-node to tsc-watch for faster watch restarts; move format npm script to project root 2019-11-30 17:05:18 +02:00
start-dev.js Switch from ts-node to tsc-watch for faster watch restarts; move format npm script to project root 2019-11-30 17:05:18 +02:00
tsconfig.json Change target in tsconfig from esnext to es2018 to support optional chaining/nullish coalescing on Node.js 12 2019-11-27 21:43:54 +02:00