diff --git a/package.json b/package.json index 21c8976..77b6aa2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.0.50", "scripts": { "dev": "bun run --watch src/index.tsx", - "hot": "bun run --hot src/index.tsx" + "hot": "bun run --hot src/index.tsx", + "format": "biome format --write ./src" }, "dependencies": { "@elysiajs/cookie": "^0.8.0",