hedgedoc/backend
Erik Michelson 62eb4b6d2b fix(packages): backend was missing uuid package
Due to failing docker builds it was brought to our attention,
that the backend relied on the uuid package without declaring
it as dependency. This worked in all development and build
scenarios as the frontend declares uuid as dependency already
and top-level `yarn install` installs all dependencies from all
workspaces. However as the docker build only runs for either
the backend or the frontend, this failed.
This commit adds the dependency to the backend as well.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-09-12 15:45:14 +02:00
..
docker fix: turbo filter commands 2024-08-31 12:53:53 +02:00
public
src refactor(media): store filenames, use pre-signed s3/azure URLs, UUIDs 2024-09-12 14:49:17 +02:00
test refactor(media): store filenames, use pre-signed s3/azure URLs, UUIDs 2024-09-12 14:49:17 +02:00
.editorconfig
.env
.eslintrc.js chore(eslint): allow PascalCase for imports 2023-12-07 18:46:39 +01:00
.gitignore
.prettierrc.json
.prettierrc.json.license
CHANGELOG.md
eslint-local-rules.js
jest-e2e.json
jest-e2e.json.license
nest-cli.json
nest-cli.json.license
package.json fix(packages): backend was missing uuid package 2024-09-12 15:45:14 +02:00
package.json.license
tsconfig.build.json
tsconfig.build.json.license
tsconfig.json
tsconfig.json.license