mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-09-12 09:57:46 +02:00
add format command
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user