summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-14 15:13:35 +0100
committerdiogo464 <[email protected]>2025-08-14 15:13:35 +0100
commit67e7c92ddcc4b5e9c6c32dfaa6b4c490179e6532 (patch)
treee7f61cc8cf26ad1e4881f30af7749a120eed0dd0 /CLAUDE.md
parentba1d991f6a42941f2bf0ea08c937a6f07a8093e4 (diff)
docs: add deploy-frontend command to CLAUDE.md
- Document `just deploy-frontend` command for production deployment - Update available commands list with deployment workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index b3aab51..d360b8e 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -15,6 +15,7 @@
15- `just dev` - Start development servers (uses demon to run background processes) 15- `just dev` - Start development servers (uses demon to run background processes)
16- `just stop` - Stop development servers 16- `just stop` - Stop development servers
17- `just logs` - View logs 17- `just logs` - View logs
18- `just deploy-frontend` - Deploy frontend to production
18- `fctdrive` - CLI tool is available in PATH 19- `fctdrive` - CLI tool is available in PATH
19 20
20## Current Implementation 21## Current Implementation