Correctly import modes through @pullfrog/pullfrog/internal (#428)
* Corectly import `modes` through `@pullfrog/pullfrog/internal` * add a biome rule * fix rule
This commit is contained in:
committed by
pullfrog[bot]
parent
cc46af0d47
commit
421eecebe3
@@ -20,6 +20,8 @@ export {
|
|||||||
Effort,
|
Effort,
|
||||||
ghPullfrogMcpName,
|
ghPullfrogMcpName,
|
||||||
} from "../external.ts";
|
} from "../external.ts";
|
||||||
|
export type { Mode } from "../modes.ts";
|
||||||
|
export { modes } from "../modes.ts";
|
||||||
export type {
|
export type {
|
||||||
AgentInfo,
|
AgentInfo,
|
||||||
BuildPullfrogFooterParams,
|
BuildPullfrogFooterParams,
|
||||||
|
|||||||
Reference in New Issue
Block a user