refactor: Replace PDF quote generation script with a new estimate generator and update PDF component styling.

This commit is contained in:
2026-02-04 16:51:01 +01:00
parent 226de83d0f
commit 4bba61078a
8 changed files with 16 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
"test:file-examples": "tsx ./scripts/test-file-examples-comprehensive.ts",
"clone-website": "tsx ./scripts/clone-recursive.ts",
"clone-page": "tsx ./scripts/clone-page.ts",
"generate-quote": "tsx ./scripts/generate-quote.ts",
"generate-estimate": "tsx ./scripts/generate-estimate.ts",
"ai-estimate": "tsx ./scripts/ai-estimate.ts",
"video:preview": "remotion preview video/index.ts",
"video:render": "remotion render video/index.ts ButtonShowcase out/button-showcase.mp4",