This commit is contained in:
Tutur33
2023-11-25 00:01:46 +01:00
parent 938ad9d309
commit cb411653c8
27388 changed files with 18691 additions and 3339152 deletions
+17
View File
@@ -0,0 +1,17 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class AppProvider {
constructor(app) {
this.app = app;
}
register() {
}
async boot() {
}
async ready() {
}
async shutdown() {
}
}
exports.default = AppProvider;
//# sourceMappingURL=AppProvider.js.map