add format command

This commit is contained in:
C4illin 2024-05-26 12:47:15 +02:00
parent da1a8934e1
commit 625ac6c841

View file

@ -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",