Skip to content

Commit

Permalink
fix: try and use absolute path for importing types
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jan 26, 2025
1 parent 81f0c64 commit e079eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
FlowResource,
FlowType,
FlowVariable,
} from "./main/models";
} from "./main/models/index";
import { FixFlows, GetRuleDefinitions, ParseFlows, ScanFlows, Compiler } from "./main/libs";
import type { IRuleDefinition, IRulesConfig } from "./main/interfaces";

Expand Down

0 comments on commit e079eb2

Please sign in to comment.