MCPcopy Create free account
hub / github.com/bcc-code/directus-schema-sync / nodeImport

Function nodeImport

src/utils.ts:16–18  ·  view source on GitHub ↗
(dir: string, file: string)

Source from the content-addressed store, hash-verified

14};
15
16export function nodeImport(dir: string, file: string) {
17 return import(pathToFileURL(resolve(dir, file)).href);
18}
19
20export class ExportHelper {
21 static get schemaDir() {

Callers 1

createExportManagerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected