Skip to content

Commit

Permalink
add format command
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed May 26, 2024
1 parent da1a893 commit 625ac6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 625ac6c

Please sign in to comment.