move server.ts

This commit is contained in:
Jannik Streek 2024-02-19 15:25:04 +01:00
parent f727adacc7
commit 4cf2e61dc0
13 changed files with 36 additions and 35 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 src/node/server.ts`)
1. Start the server manually (e.g. `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`