Pulse/internal/api/DO_NOT_EDIT_FRONTEND_HERE.md
2025-10-11 23:29:47 +00:00

23 lines
No EOL
837 B
Markdown

# ⚠️ DO NOT EDIT FRONTEND FILES HERE ⚠️
This `frontend-modern` directory is **AUTO-GENERATED** during builds.
## The REAL frontend location is:
### `/opt/pulse/frontend-modern`
## Why does this exist?
- Go's `embed` directive cannot access files outside the module
- The build process copies the frontend here for embedding
- This directory is in `.gitignore` and not committed
## What happens if you edit files here?
- **YOUR CHANGES WILL BE LOST** on the next build
- The Makefile deletes and recreates this directory
## How to edit frontend code:
1. Edit files in `/opt/pulse/frontend-modern/src/`
2. The dev server (port 7655) will hot-reload
3. When building for production, the Makefile copies it here
---
This file exists to prevent confusion. The directory structure is intentional and required by Go's limitations.