mistykey/packages/backend
dakkar 8773ddebe3 build role schema validators early
there is really no good reason to build them on-demand

also, this way, if the schema itself is invalid, we get the error
thrown at startup, not the first time we try to use one of the role
endpoints
2025-11-13 21:37:24 -05:00
..
.vscode
assets modernize backend to target the same ES and TS standards as the rest of the app 2025-11-05 19:40:49 -05:00
migration fix additional references to loadConfig and createPostgresDataSource that were hiding in .JS files 2025-11-05 19:42:30 -05:00
scripts fix additional references to loadConfig and createPostgresDataSource that were hiding in .JS files 2025-11-05 19:42:30 -05:00
src build role schema validators early 2025-11-13 21:37:24 -05:00
test separate get into get and getMaybe 2025-11-12 01:00:16 -05:00
test-federation update backend to the new templates 2025-11-05 19:41:08 -05:00
test-server use platform services in startup routines 2025-11-05 19:42:30 -05:00
.madgerc Create .madgerc 2022-09-20 01:04:08 +09:00
.swcrc modernize backend to target the same ES and TS standards as the rest of the app 2025-11-05 19:40:49 -05:00
eslint.config.js fix test errors about event emitter 2025-11-05 19:42:30 -05:00
jest.config.common.ts prevent base jest config from including any tests 2025-11-09 00:39:49 -05:00
jest.config.e2e.ts fix TS errors when checking unit tests 2025-11-11 23:13:11 -05:00
jest.config.fed.ts fix references to renamed jest config 2025-11-09 00:40:04 -05:00
jest.config.unit.ts fix TS errors when checking unit tests 2025-11-11 23:13:11 -05:00
jest.js modernize backend to target the same ES and TS standards as the rest of the app 2025-11-05 19:40:49 -05:00
ormconfig.js fix additional references to loadConfig and createPostgresDataSource that were hiding in .JS files 2025-11-05 19:42:30 -05:00
package.json update jest and related dependencies 2025-11-09 00:48:52 -05:00
README.md chore: ✌️ 2022-12-24 14:39:17 +09:00
tsconfig.backend.json update backend to the new templates 2025-11-05 19:41:08 -05:00
tsconfig.frontend.json update backend to the new templates 2025-11-05 19:41:08 -05:00
tsconfig.json update backend to the new templates 2025-11-05 19:41:08 -05:00
tsconfig.scripts.json update backend to the new templates 2025-11-05 19:41:08 -05:00

Misskey Backend