From 625ac6c8417af91dc3ab35c4e73b861921ea47f7 Mon Sep 17 00:00:00 2001 From: C4illin Date: Sun, 26 May 2024 12:47:15 +0200 Subject: [PATCH] add format command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",