Refactor project structure and introduce workspaces (#6170)

* prototype for structure change - working

* move server.ts

* Revert "move server.ts"

This reverts commit 4cf2e61dc0.

* adjusted package file

* further cleanup

* add workspace root flag

* fix docker install

* fix loadtest

* fix run
This commit is contained in:
JannikStreek 2024-02-19 22:31:27 +01:00 committed by GitHub
parent a8ff9d5667
commit b4ac96d823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 48 additions and 13 deletions

View file

@ -16,6 +16,7 @@ services:
stdin_open: true
volumes:
- ./src:/opt/etherpad-lite/src
- ./package.json:/opt/etherpad-lite/package.json
- node_modules:/opt/etherpad-lite/src/node_modules
- pnpm-store:/home/etherpad/.local/share/pnpm/store/v3
depends_on: