fix: correct dependencies and add Dockerfile
- Mark direct dependencies properly in go.mod (fsnotify, fpdf, goldmark) - Remove duplicate Theme assignment in type_webserver.go - Add Dockerfile for multi-stage build (was missing from repo) - Update PLAN.md with completed tasks Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
This commit is contained in:
3
PLAN.md
3
PLAN.md
@@ -15,7 +15,8 @@
|
||||
- [x] CLI Mode (`gocv`) generates static files to `./output` and exits.
|
||||
- [x] Serve Mode (`gocv serve`) hosts HTML and serves PDF on demand.
|
||||
- [x] File Watcher implemented for live reload in Serve Mode (using fsnotify).
|
||||
- [x] Dockerfile created for multi-stage build.
|
||||
- [x] Dockerfile created for multi-stage build (re-created: was missing from repo).
|
||||
- [x] go.mod dependencies corrected (marked direct deps properly).
|
||||
|
||||
## Active Task
|
||||
- [x] Analyze existing backbone code and integrate Markdown parsing.
|
||||
|
||||
Reference in New Issue
Block a user