diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index 13927ae..cd6d8db Binary files a/bun.lockb and b/bun.lockb differ 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",