Commit 328833d
authored
loadConfig merges both keys from config.json, but the explicit
createServer allowlist in bin/jss.js omitted them — so the documented
'declare the apps in config' route (#206/#589, docs/configuration.md)
silently booted a server with no plugins, exactly the missing-app
failure mode the loader was designed to refuse. Same for appPaths
(#582).
Verified: jss start -c config.json with a plugins entry now mounts the
app (route responds, config delivered to activate); before the fix the
same config booted with a 404 on the plugin route.
1 parent 7021ab3 commit 328833d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
271 | 276 | | |
272 | 277 | | |
273 | 278 | | |
| |||
0 commit comments