Files
portabase/instrumentation.ts
T

7 lines
80 B
TypeScript
Raw Normal View History

import {init} from "@/utils/init";
2025-01-03 20:48:58 +01:00
export function register() {
init();
}