We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc3834 commit d1fbed4Copy full SHA for d1fbed4
1 file changed
package/mapper/src/index.ts
@@ -2,7 +2,7 @@ import {DefinitionMapper, Feature} from "./definition/mapper.js";
2
import * as fs from "node:fs";
3
import * as path from "node:path";
4
5
-DefinitionMapper("../../definitions").then((value: Feature[]) => {
+DefinitionMapper("../../../definitions").then((value: Feature[]) => {
6
const functions = value.flatMap(v => v.runtimeFunctions);
7
const types = value.flatMap(v => v.dataTypes);
8
const flows = value.flatMap(v => v.flowTypes);
0 commit comments