3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00
zeppelin/backend
Hiroyuki 1ba12c59ee
fix(deps): move backend deps
I had accidentally installed the deps in the root directory.
2021-07-26 21:51:51 -04:00
..
src feat(automod): MIME type trigger 2021-07-26 21:45:57 -04: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 dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup 2020-05-23 16:22:03 +03: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 refactor(*): remove unused exception variables (#193) 2021-05-06 21:23:47 +03:00
package-lock.json fix(deps): move backend deps 2021-07-26 21:51:51 -04:00
package.json fix(deps): move backend deps 2021-07-26 21:51:51 -04: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 Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00