Source Of Truth

The canonical source lives at C:\PagePoint\engineering-portal\src. The published website at engineering.pagepoint.io is only the deployed copy.

Static Build

Until a build tool is required, publishing is a static copy from src to dist.

Remove-Item -Recurse -Force .\dist\*
Copy-Item -Recurse .\src\* .\dist\

Cloudflare Role

Publish Checklist