You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using EntitySchema instead of decorators for TypeORM entities. This is due to using tsx in dev, which does not support tsconfig's emitDecoratorMetadata.
Using tsx vs ts-node or plain javascript in dev.
Proxying Shlink's API via RPC instead of REST.
Dependency injection approach for route loaders and actions.
The text was updated successfully, but these errors were encountered:
EntitySchema
instead of decorators for TypeORM entities. This is due to usingtsx
in dev, which does not support tsconfig'semitDecoratorMetadata
.tsx
vsts-node
or plain javascript in dev.The text was updated successfully, but these errors were encountered: