immich/server
Thomas Way 0a59b6a4fb
chore(server): use esm
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
2023-07-01 04:47:27 +01:00
..
bin chore: add CLI tool to the server image (#2999) 2023-06-29 14:48:16 -05:00
e2e feat(server): support for read-only assets and importing existing items in the filesystem (#2715) 2023-06-21 21:33:20 -05:00
openapi-generator fix(mobile): set scrolling state only if changed (#3034) 2023-06-29 14:35:29 -05:00
src chore(server): use esm 2023-07-01 04:47:27 +01:00
test chore(server): use esm 2023-07-01 04:47:27 +01:00
.dockerignore feat(immich-server) use ubuntu base-image (#851) 2022-10-24 14:59:07 -05:00
.eslintrc.js chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.gitignore refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
.prettierignore chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.prettierrc chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00
Dockerfile chore: add CLI tool to the server image (#2999) 2023-06-29 14:48:16 -05:00
immich-openapi-specs.json refactor(server): download assets (#3032) 2023-06-30 11:24:28 -05:00
jest-e2e.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
LICENSE feat(docker) revert ubuntu base image (#863) 2022-10-25 14:18:37 -05:00
nest-cli.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
openapitools.json chore(server): update openapi (#2205) 2023-04-08 21:26:09 -05:00
package-lock.json chore(server): use esm 2023-07-01 04:47:27 +01:00
package.json chore(server): use esm 2023-07-01 04:47:27 +01:00
start-microservices.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start-server.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
tsconfig.build.json feat: M2TS (#2896) 2023-06-21 13:50:12 -05:00
tsconfig.json chore(server): use esm 2023-07-01 04:47:27 +01:00