Skip to content

Commit 4c902b2

Browse files
committed
update README.md and add the offline mode
1 parent 383d768 commit 4c902b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ If you are running the application in a production way locally(E.g. adding VCAP_
143143
}
144144
```
145145

146+
If you are running the application in offline mode which is without remote connection to the online environment, you can add the environmental variable `PRINT_CONSOLE_MODE=true cds watch` in the `package.json` as shown below.
147+
148+
```json
149+
"scripts": {
150+
"watch-offline": "PRINT_CONSOLE_MODE=true cds watch"
151+
}
152+
```
153+
146154
## Support, Feedback, Contributing
147155

148156
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-js/print/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)