Issue Summary When making code changes to the CNC Web Simulator project, changes were not reflected in the deployed application because the modified source files were not being synchronized to the dist/ folder before deployment.
Severity Medium - Causes development workflow issues and confusion about whether changes were applied.
Issue: Source files not synced to dist folder before deployment
Steps: Modify source files → deploy → changes not visible
Cause: Deploy tool reads from dist/ but source files weren't copied
Fix needed: Auto-sync source→dist before deployment, or warn if files differ
Impact: Developers think changes don't work, wastes time debugging
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community