feat: biome check
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { load } from "@std/dotenv";
|
||||
import { z, type ZodType } from "zod";
|
||||
import type { ZodType, z } from "zod";
|
||||
|
||||
import { InvalidEnvironmentKeyError } from "./errors.ts";
|
||||
import { getServiceEnvironment, type ServiceEnvironment } from "./service.ts";
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
"@std/dotenv": "npm:@jsr/std__dotenv@0.225.5",
|
||||
"zod": "4.1.11"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user