mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Get ember-cli to watch the flarum-common addon for changes by linking it
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
name: 'flarum-common'
|
||||
name: 'flarum-common',
|
||||
isDevelopingAddon: function() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user