Standalone Vite micro-application for generating tube sheet layouts with DXF and STEP export.
The built application is published into the CAD AutoScript host site at:
static/utility-apps/tube-sheet-generator/app.html
pnpm install
pnpm devpnpm typecheck
pnpm buildThe production bundle is emitted to dist/ with:
app.htmlassets/*manifest.jsonchecksums.json
The GitHub Actions workflow builds this app, uploads a static artifact, and deploys dist/ into YurMil/cadautoscript.com.
Required repository secret:
DEPLOY_TOKEN
The token must have permission to push to the host repository.