You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
'use strict';
|
|
|
|
require('./app');
|
|
|
|
// scripts-client.js contains javascript files
|
|
// from plugins that add files to "scripts" block in plugin.json
|
|
// eslint-disable-next-line import/no-unresolved
|
|
require('../scripts-client');
|
|
|
|
app.onDomReady();
|