mirror of
https://github.com/artegoser/create-ts-prod.git
synced 2025-02-23 12:53:15 +03:00
fix: ts issues
This commit is contained in:
parent
94b94ec0c8
commit
9cf5a21430
3 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,8 @@ class App {
|
|||
constructor() {
|
||||
this.config = new ConfigService();
|
||||
}
|
||||
init() {}
|
||||
}
|
||||
|
||||
const app = new App();
|
||||
app.init();
|
||||
|
|
Loading…
Add table
Reference in a new issue