Disable revolver plugin on non-app projects

This allows to type `reStart` in the root sbt project to start both
applications.
This commit is contained in:
Eike Kettner
2020-02-08 17:58:40 +01:00
parent 9b66604b96
commit e1826f39ac
2 changed files with 14 additions and 0 deletions

View File

@ -45,6 +45,12 @@ sbt:docspell-root> joex/reStart
if also a joex component is required. Prefixing the commads with `~`,
results in recompile+restart once a source file is modified.
It is possible to start both in the root project:
```
sbt:docspell-root> reStart
```
## Custom config file