Remove run from the Bun script command
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 44s

This commit is contained in:
Leilukin 2025-04-20 05:46:36 +00:00 committed by Helen Chong
parent 1f5a4833c0
commit 8f5e5b3ec5

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