docs: frontend README dev note

This commit is contained in:
asepharyana
2026-08-02 16:46:22 +07:00
parent 12c55ef486
commit 5cc0f8a243
+1 -1
View File
@@ -7,7 +7,7 @@ Next.js 16 (React 19) dashboard untuk Discord Moderation Watcher.
## Dev ## Dev
```bash ```bash
bun run dev # next dev — port 3000 bun run dev # next dev — port 3000 (lokal; prod via nginx 4009)
bun run build # next build — static export ke out/ bun run build # next build — static export ke out/
bun run lint # Biome check bun run lint # Biome check
``` ```