flarum / cli

A CLI helper for developing Flarum extensions.
MIT License
39 stars 2 forks source link

Common JS creates initialiser that will be overridden by initialisers in admin/forum #35

Open davwheat opened 2 years ago

davwheat commented 2 years ago

The common JS index.ts file adds a new initialiser, but has the same key as those in forum/admin, which means the forum/admin initialiser overwrites any initialiser added in common.