Files
portabase/instrumentation.ts
T

7 lines
80 B
TypeScript

import {init} from "@/utils/init";
export function register() {
init();
}