Revert "move server.ts"

This reverts commit 4cf2e61dc0.
This commit is contained in:
Jannik Streek 2024-02-19 17:01:42 +01:00
parent 4cf2e61dc0
commit ef99f258c1
13 changed files with 35 additions and 36 deletions

View file

@ -108,7 +108,7 @@ Update to the latest version with `git pull origin`, then run
If cloning to a subdirectory within another project, you may need to do the
following:
1. Start the server manually (e.g. `node server.ts`)
1. Start the server manually (e.g. `node src/node/server.ts`)
2. Edit the db `filename` in `settings.json` to the relative directory with
the file (e.g. `application/lib/etherpad-lite/var/dirty.db`)
3. Add auto-generated files to the main project `.gitignore`