7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
import initAppConfig from "../../constant/config"
|
|
import byteMonitor from "../../schedule/byteMonitor"
|
|
|
|
await initAppConfig()
|
|
|
|
await byteMonitor()
|