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
6 lines
230 B
TypeScript
6 lines
230 B
TypeScript
export * from './system-config-ffmpeg.dto';
|
|
export * from './system-config-oauth.dto';
|
|
export * from './system-config-password-login.dto';
|
|
export * from './system-config-storage-template.dto';
|
|
export * from './system-config.dto';
|