mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
export * from './dto';
|
|
export * from './person.repository';
|
|
export * from './person.service';
|
|
export * from './response-dto';
|