1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

Allow custom variables to be set on the client app

This commit is contained in:
Toby Zerner
2015-07-31 20:08:27 +09:30
parent 513d896f51
commit e204794b91
7 changed files with 92 additions and 39 deletions

View File

@@ -8,8 +8,8 @@ const app = new App();
app.initializers.add('store', store);
app.initializers.add('routes', routes);
app.initializers.add('preload', preload, -100);
app.initializers.add('preload', preload, -100);
app.initializers.add('boot', boot, -100);
export default app;