docs: fix index.html comment to reference components/ after the reorg
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
2b3a3429d7
commit
474c518df1
@ -111,9 +111,9 @@
|
||||
<script src="/core/kernel/feature-registry.js"></script>
|
||||
<script src="/core/kernel/services.js"></script>
|
||||
<script src="/core/kernel/lifecycle.js"></script>
|
||||
<!-- Feature modules are NOT listed here: the kernel loads each feature's
|
||||
self-registering index.js from the manifest (features/manifest.dev.json)
|
||||
before routing. Adding a page = drop a features/<id>/ folder + a manifest
|
||||
<!-- Component (page) modules are NOT listed here: the kernel loads each one's
|
||||
self-registering index.js from the manifest (components/manifest.dev.json)
|
||||
before routing. Adding a page = drop a components/<id>/ folder + a manifest
|
||||
entry, no index.html edit. Heavy controllers stay lazy (loaded by mount). -->
|
||||
<!--
|
||||
Page-specific controllers are loaded on demand by spa.js / config-manager.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user