import { log } from "@/env"; export const DemoWebSite = { init() { log.info(`demo site init`); }, };