0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-18 01:24:26 -05:00
immich/server
Zack Pollard 1ea55d642e
feat(server): run microservices in worker thread (#9426)
feat: start microservices in worker thread and add internal microservices for the server
2024-05-14 15:28:20 +01:00
..
bin chore: migrate to vitest (#7156) 2024-04-16 10:44:45 -04:00
resources
src feat(server): run microservices in worker thread (#9426) 2024-05-14 15:28:20 +01:00
test feat(server): run microservices in worker thread (#9426) 2024-05-14 15:28:20 +01:00
.eslintrc.js chore: migrate to vitest (#7156) 2024-04-16 10:44:45 -04:00
.gitignore
.nvmrc fix(deps): update typescript-projects (#9454) 2024-05-13 21:42:48 -04:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update base-image to v20240514 (major) (#9469) 2024-05-14 08:55:09 -04:00
nest-cli.json chore(server): enable swagger to take class validator rules into account (#9022) 2024-04-22 18:13:44 -04:00
package-lock.json fix(deps): update typescript-projects (#9454) 2024-05-13 21:42:48 -04:00
package.json fix(deps): update typescript-projects (#9454) 2024-05-13 21:42:48 -04:00
README.md
start-microservices.sh
start-server.sh
start.sh
tsconfig.build.json
tsconfig.json feat(server): email notifications (#8447) 2024-05-02 15:43:18 +01:00
vitest.config.mjs chore: migrate to vitest (#7156) 2024-04-16 10:44:45 -04:00

Immich server project

This project uses the NestJS web framework. Please refer to the NestJS docs for information on getting started as a contributor to this project.