yes
Some checks failed
Code quality checks / biome (push) Failing after 8s

This commit is contained in:
creations 2025-05-23 20:28:49 -04:00
parent 2552d305da
commit b998e2a5ee
Signed by: creations
GPG key ID: 8F553AA4320FC711
11 changed files with 56 additions and 25 deletions

View file

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"start": "bun run build && bun src/serve.ts",
"dev": "bun src/index.ts --dev",
"dev": "bun run --hot src/index.ts --dev",
"build": "bun run src/build.ts",
"lint": "bunx biome check",
"lint:fix": "bunx biome check --fix",