import { loadRefArchMetaUrl } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/build/loadRefArchMetaUrl.ts";
Use to load the full path relative to the reference architecture module.
Examples
From direct import
From direct import
import { loadRefArchMetaUrl } from '@fathym/common/build';
const metaUrl = loadRefArchMetaUrl('./src/common/.exports.ts');