fix: fix biome scripts
willow hai@wlo.moe
Wed, 28 May 2025 17:59:32 +0100
2 files changed,
3 insertions(+),
4 deletions(-)
M
package.json
→
package.json
@@ -11,9 +11,9 @@ },
"scripts": { "start": "bun run src/index.ts", "dev": "bun run src/index.ts --watch", - "fmt": "bunx biome format --write src/**/*", - "lint": "bunx biome lint src/**/*", - "check": "bunx biome check src/**/*" + "fmt": "bunx biome format --write src/", + "lint": "bunx biome lint src/", + "check": "bunx biome check src/" }, "devDependencies": { "@biomejs/biome": "^1.9.4",
M
src/config.ts
→
src/config.ts
@@ -1,5 +1,4 @@
import fs from "node:fs"; - import { z } from "zod"; const discordSchema = z.object({