Skip to content

Commit

Permalink
feat: some scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Dec 13, 2024
1 parent 1cbf153 commit 20018ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified bun.lockb
100644 → 100755
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 20018ff

Please sign in to comment.