Oliver Eyton-Williams
bed3811952
feat(api): migrate to esm ( #61915 )
2025-09-19 13:28:06 +05:30
Oliver Eyton-Williams
91e4c05b9f
fix(api): handle termination signals ( #61171 )
2025-09-16 20:07:09 +05:30
Shaun Hamilton
46b910ee40
dev(api): add build options to test env ( #59957 )
2025-04-24 22:33:49 +05:30
Naomi
0b96c09e84
feat: replace ts-node with tsx ( #59019 )
2025-03-11 19:55:54 +00:00
Oliver Eyton-Williams
a943366ac0
feat(api): replace sentry plugin with sdk ( #58912 )
...
Co-authored-by: Naomi <accounts+github@nhcarrigan.com >
2025-02-25 12:35:34 -08:00
Oliver Eyton-Williams
5b0f491c52
refactor(api): simplify logging ( #58707 )
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2025-02-14 12:06:16 +02:00
Mrugesh Mohapatra
32eca01d3d
fix(api): improve logging
2025-01-27 18:47:45 +05:30
Mrugesh Mohapatra
c2e1032e08
fix(api): logging configs
2025-01-02 19:20:43 +05:30
Shaun Hamilton
a477643d7d
chore(api): add log level configuration
2025-01-02 18:21:55 +05:30
Oliver Eyton-Williams
5fcdfe0ec2
fix(api): control host with env var ( #55439 )
2024-07-08 18:09:18 +05:30
Oliver Eyton-Williams
4b71954dbb
fix(api): only import types from ts-reset ( #54565 )
2024-04-30 09:22:16 +02:00
Oliver Eyton-Williams
25ff25e74f
feat(api): remove csrf protection from get-session-user ( #51615 )
2023-10-03 16:17:00 -05:00
Oliver Eyton-Williams
1efa4a5935
refactor(api): import ts-reset in entrypoint ( #51677 )
2023-09-28 09:40:51 -07:00
Oliver Eyton-Williams
06d4076a45
feat(api): dev login ( #49880 )
...
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev >
2023-03-29 18:08:38 +05:30
Oliver Eyton-Williams
a128dd8fcd
chore(api): compile TS into /dist ( #49812
...
* chore: compile TS into /dist
Having the output co-located with the source meant that the js would be
imported by default. Given that we don't recompile on source changes,
this means the server got 'stuck' at the point of compilation and would
only register changes on build.
Also, compiling to a dist directory should make it easier to build when
we want to deploy. That said, the motivation is mostly DX.
* fix: put schema.prisma in the default location
2023-03-28 19:42:20 +05:30