Open luceos opened 8 years ago
While talking to @tobscure he offered some advice on debugging extensions which use the front-end (mithrill) side:
System.get('vendor/extension/main');
app
System.get('path/to/module').default
Might need more than this. But this is a start.
Related: https://discuss.flarum.org/d/1662-extension-developer-first-read
Woah, this is an old issue. I think this is important info but should be brought into the 20s
While talking to @tobscure he offered some advice on debugging extensions which use the front-end (mithrill) side:
System.get('vendor/extension/main');
in the source of the pageapp
System.get('path/to/module').default
to inspect a module/classMight need more than this. But this is a start.