This commit is contained in:
EthanShoeDev
2025-12-01 01:34:43 -05:00
parent ff4e7c1676
commit 58b8ee5807
9 changed files with 174 additions and 65 deletions

View File

@@ -10,7 +10,9 @@
"typecheck": "tsc --noEmit",
"lint:biome": "biome check . --write",
"lint:biome:unsafe": "biome check . --unsafe --write",
"lint:biome:check": "biome check ."
"lint:biome:check": "biome check .",
"gen:dsc-types": "bun run scripts/gen-dsc-types.ts",
"gen:dsc-resources-types": "bun run scripts/gen-dsc-resources-types.ts"
},
"dependencies": {
"@effect/cli": "^0.72.1",