seepur/start/startup_script.js

11 lines
272 B
JavaScript
Raw Permalink Normal View History

2020-02-02 22:42:18 +00:00
const User = use('App/Models/User');
export default class StartupScript {
static async run() {
// TODO: Create a new Model AppSettings (has a field for initial run) check
// if there is a app settings;
SettingItems - hasMenySettings
appCatagory -
}
}