Merge claude/1
This commit is contained in:
commit
0ae6aea5f4
@ -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