[PR #3062] chore(server): use esm #9842

Closed
opened 2026-02-05 14:11:42 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/3062

State: closed
Merged: No


The server/ and web/ projects use CommonJS and ES modules respectively. Ideally they should both use the same standard. ES modules is the more modern of the two and typically recommended. ESM should make development easier and more consistent.

Fixes: #2770

**Original Pull Request:** https://github.com/immich-app/immich/pull/3062 **State:** closed **Merged:** No --- The server/ and web/ projects use CommonJS and ES modules respectively. Ideally they should both use the same standard. ES modules is the more modern of the two and typically recommended. ESM should make development easier and more consistent. Fixes: #2770
OVERLORD added the pull-request label 2026-02-05 14:11:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9842