We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe70b6 commit 962d885Copy full SHA for 962d885
src/idom/config.py
@@ -24,7 +24,12 @@
24
default=Path(__file__).parent / "client" / "build",
25
validator=Path,
26
)
27
-"""The location IDOM will use to store its client application"""
+"""The location IDOM will use to store its client application
28
+
29
+This directory **MUST** be treated as a black box. Downstream applications **MUST NOT**
30
+assume anything about the structure of this directory see :mod:`idom.client.manage` for
31
+a set of publically available APIs for working with the client.
32
+"""
33
34
IDOM_CLIENT_WEB_MODULE_BASE_URL = _option.Option(
35
"IDOM_CLIENT_WEB_MODULE_BASE_URL",
0 commit comments