mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 19:41:17 +00:00
- hot-dev.sh: Fix hostname -I for macOS, use ifconfig instead - hot-dev.sh: Fix PULSE_AUDIT_DIR for mock mode - hot-dev.sh: Use PULSE_REPOS_DIR for Pro module detection - dev-check.sh: Fix pgrep -c (not supported on macOS) - dev-check.sh: Use /tmp/pulse-debug.log on macOS instead of journalctl - Update internal/api docs to use env var paths
864 B
864 B
⚠️ DO NOT EDIT FRONTEND FILES HERE ⚠️
This frontend-modern directory is AUTO-GENERATED during builds.
The REAL frontend location is
${PULSE_REPOS_DIR}/pulse/frontend-modern
Why does this exist?
- Go's
embeddirective cannot access files outside the module - The build process copies the frontend here for embedding
- This directory is in
.gitignoreand 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
- Edit files in
${PULSE_REPOS_DIR}/pulse/frontend-modern/src/ - The dev server (port 7655) will hot-reload
- 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.