Skip to content

Commit e2621e2

Browse files
committed
Added FAQ question
1 parent 6a5ebb1 commit e2621e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Unfortunately, there is no way to assure that. The library has been tested with
4444

4545
For this reason, I strongly encourage you to contribute to the project in whatever mean you can.
4646

47+
**Q. Can I develop or modify code while using the server?**
48+
49+
If you do so, you might encounter that your changes are not being displayed after refreshing the page. This is due to the fact that, once a class has been loaded in memory during server execution, it will remain unchanged in the app memory.
50+
51+
In order to se your changes, you should restart the server.
52+
4753

4854
## Contributing
4955

0 commit comments

Comments
 (0)