mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
import { CacheService } from './../cache/service';
|
|
export async function init() {
|
|
let cacheService=new CacheService()
|
|
cacheService.start()
|
|
} |