Hello again. I writing this code in \js\src\forum\index.js:
import app from 'flarum/app';
app.initializers.add('superman/flarum-ext-batman', () => {
console.log('Error: Test03');
});
..but not working. Is the same console log message (Hello, forum) continue, no change.