Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kerolloz authored Jun 20, 2024
1 parent 299fb22 commit a3c3b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is the backend repository for _my super awesome app_. It's built using Bun
cp .env.example .env # Create a new .env file and fill in the required variables
bun i # Install required dependencies
bun dev # Start the development server with reload on changes
npm run build # Ensure TypeScript is happy :)
bun run build # Ensure TypeScript is happy :)
```

## Docker
Expand Down

0 comments on commit a3c3b5a

Please sign in to comment.