From 5ffde61eb5532194ba377e3a2be6bf9189d09c39 Mon Sep 17 00:00:00 2001 From: corem Date: Fri, 3 Oct 2025 17:53:02 -0400 Subject: [PATCH] Update devtips.md --- docs/devtips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devtips.md b/docs/devtips.md index a112b9f35..f9b9a4089 100644 --- a/docs/devtips.md +++ b/docs/devtips.md @@ -21,7 +21,7 @@ If you are planning to use Bootzooka as scaffolding for your own project, consid * `test` - run all the tests * `project ` - switch context to the given sub-project, then all the commands will be executed only for that sub-project, this can be also achieved with e.g.: `/test` -* `~backend/re-start` - runs the backend server and waits for source code changes to automatically compile changed file +* `~backend/reStart` - runs the backend server and waits for source code changes to automatically compile changed file and to reload it. Used by the `./backend-start.sh` script ## Database schema evolution