Skip to content

Commit 0fba445

Browse files
committed
Use type-only import for WebFrameworkDescription
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
1 parent 36e1f9f commit 0fba445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/skills/add-to-fedify-init/init/framework.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// so do not modify them unless necessary.
55

66
import deps from "../json/deps.json" with { type: "json" };
7-
import { WebFrameworkDescription } from "../types.ts";
7+
import type { WebFrameworkDescription } from "../types.ts";
88
import { defaultDenoDependencies, defaultDevDependencies } from "./const.ts";
99
import { getInstruction } from "./utils.ts";
1010

0 commit comments

Comments
 (0)