diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index a0b6a73..f51b68d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "homestead", "module": "src/index.ts", + "scripts": { + "start": "bun run ." + }, "devDependencies": { "bun-types": "latest" }, |