From 67e7c92ddcc4b5e9c6c32dfaa6b4c490179e6532 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 14 Aug 2025 15:13:35 +0100 Subject: docs: add deploy-frontend command to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index b3aab51..d360b8e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,6 +15,7 @@ - `just dev` - Start development servers (uses demon to run background processes) - `just stop` - Stop development servers - `just logs` - View logs +- `just deploy-frontend` - Deploy frontend to production - `fctdrive` - CLI tool is available in PATH ## Current Implementation -- cgit