Skip to content

Commit

Permalink
fix(forge): fix import from package (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates authored Feb 14, 2025
1 parent e988731 commit 25858b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/forge/compile.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Command, EnumType } from "@cliffy/command";
import { pool } from "@roka/async/pool";
import type { Permissions } from "@roka/package";
import { getWorkspace, type Package, PackageError } from "@roka/package";
import { displayVersion } from "@roka/package/version";
import { assert } from "@std/assert/assert";
import { encodeHex } from "@std/encoding";
import { basename, join, relative } from "@std/path";
import type { Permissions } from "../../core/package/package.ts";

/** Options for compiling a package. */
export interface CompileOptions {
Expand Down

0 comments on commit 25858b6

Please sign in to comment.