mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-07 08:57:12 +00:00
972 B
972 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 frontend dev shell on
http://127.0.0.1:5173will hot-reload - That dev shell proxies
/apiand/wsto the backend onhttp://127.0.0.1:7655 - 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.