diff --git a/mod.ts b/mod.ts index 642a8f6..edc0f0b 100644 --- a/mod.ts +++ b/mod.ts @@ -1,4 +1,4 @@ -import definitions from "@/palette.json" with { type: "json" }; +import definitions from "./palette.json" with { type: "json" }; type Entries = { [K in keyof T]: [K, T[K]];