Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 5, 2024
1 parent 56b3720 commit 971b77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Type/Environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export type { Type as default };
import type Zod from "zod";

export const { default: Environment } = await import(
"../Variable/Environment.js"
"@Variable/Environment.js"
);
2 changes: 1 addition & 1 deletion Source/Variable/Worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ export default {

import type { Request, ResponseInit } from "@cloudflare/workers-types";

export const { default: Environment } = await import("./Environment.js");
export const { default: Environment } = await import("@Variable/Environment.js");

export const { Response } = await import("@cloudflare/workers-types");

0 comments on commit 971b77f

Please sign in to comment.