From 20018ff46b76154c68568e12c036eefde731fdcd Mon Sep 17 00:00:00 2001 From: sachadeco214 Date: Fri, 13 Dec 2024 00:21:08 +0000 Subject: [PATCH] feat: some scripts --- bun.lockb | Bin 69547 -> 69547 bytes package.json | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 bun.lockb diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index 13927ae2a16d68e23184ae6ff2d2a335b2b86f19..cd6d8db32f0f6f9174b1a7d26ab47c7d8c52dfd3 GIT binary patch delta 22 ecmZ2IpJnxYmJPLg*%{+Z^o;e4Hn;3m4*~#XatKcV delta 22 acmZ2IpJnxYmJPLg*_jx?U~|h}^&kLQ$OioY diff --git a/package.json b/package.json index ee20370..3671ad2 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "mikanbot-project", - "module": "index.ts", + "module": "src/index.ts", "type": "module", "scripts": { - "format": "biome format --write ." + "format": "biome format --write .", + "start": "bun src/index.ts", + "dev": "bun --watch src/index.ts" }, "devDependencies": { "@types/bun": "latest",