Update SETUP.md

This commit is contained in:
Katri
2025-09-01 14:15:27 +03:00
committed by GitHub
parent d62a11b4e2
commit 8e634194dd

View File

@@ -22,9 +22,10 @@
``` ```
4. Run the application: 4. Run the application:
```bash ```bash
bun run dev bun --bun run dev
``` ```
5. Build the application:
(ONLY FOR PRODUCTION!!) Build the application:
```bash ```bash
bun run build bun run build
``` ```