I followed the extend guides and compared my skeleton with a few sample apps. I have it local in the packages folder, and composer can find and install it.
I can see and activate it in UI.
The major peices seem to be in place (extend.php, forum.js (exports src/forum/index.js).
But when I activate the extension, the sample JS is never run, no errors are shown anywhere.
Nothing in storage/logs and php is not showing errors despite enabling in php.ini.
error_log = /tmp/test.log
log_errors = on
display_errors = on
Extension code https://github.com/eddiewebb/flarum-adv-extras
php 7.4.7
Flarum Beta 0.13
any critical config points or values I should check?