feat: Centralize pricing calculation logic into a new module and add a script for generating quotes.

This commit is contained in:
2026-02-02 22:52:35 +01:00
parent aa4374a664
commit 083be92c5b
13 changed files with 845 additions and 630 deletions

View File

@@ -14,6 +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",
"video:preview": "remotion preview video/index.ts",
"video:render": "remotion render video/index.ts ButtonShowcase out/button-showcase.mp4",
"video:render:contact": "remotion render video/index.ts ContactFormShowcase out/contact-showcase.mp4 --concurrency=1 --codec=h264 --crf=16 --pixel-format=yuv420p --overwrite",
@@ -65,4 +66,4 @@
"tsx": "^4.21.0",
"typescript": "5.9.3"
}
}
}