Exports and cleanup for external use

This commit is contained in:
2020-09-05 09:28:24 -05:00
parent 601649e699
commit 41b25a5670
5 changed files with 9 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ export default class Application {
* @type string
*/
get app_root() {
return this.injector.make(Scaffolding).base_dir
return path.resolve(this.injector.make(Scaffolding).base_dir, 'app')
}
/**