[INIT] Initial Project Structure
This commit is contained in:
commit
0fc5f05b6a
105 changed files with 10448 additions and 0 deletions
9
lib/services/app-init.service.ts
Normal file
9
lib/services/app-init.service.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { VixpressService } from "@dunemask/vix";
|
||||
import { OK, VERB } from "@dunemask/vix/logging";
|
||||
|
||||
export default class AppInitService extends VixpressService {
|
||||
async startService() {
|
||||
VERB("APP INIT", "Running init services....");
|
||||
OK("APP INIT", "Done!");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue