Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 13, 2023
1 parent ec96e00 commit 00851e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions Source/Interface/Environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
const { default: _Object } = await import("../Object/Environment.js");

export type Type = Zod.infer<typeof _Object>;
export type Type = Zod.infer<typeof Environment>;

export type { Type as default };

import type Zod from "zod";

export const { default: Environment } = await import(
"../Object/Environment.js"
);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@cloudflare/workers-types": "4.20231010.0",
"typescript-esbuild": "0.2.15",
"wrangler": "3.12.0"
"wrangler": "3.13.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 00851e3

Please sign in to comment.