Remove run from the Bun script command

This commit is contained in:
Leilukin 2025-04-20 05:46:36 +00:00
parent 76e829fe2b
commit e6ccf1abbb

View File

@ -17,6 +17,6 @@ Recommended JavaScript runtime: [Bun](https://bun.sh).
```
1. Run the project
```
bun run start
bun start
```
1. Open http://localhost:8080/ in your browser