update package
All checks were successful
Code quality checks / biome (push) Successful in 13s

This commit is contained in:
creations 2025-04-10 19:26:24 -04:00
parent 0d5fbe76b7
commit 59d3a6b3e2
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -5,7 +5,7 @@
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --hot src/index.ts --dev",
"lint": "bunx biome check",
"lint": "bunx biome ci . --verbose",
"lint:fix": "bunx biome check --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb"
},