This commit is contained in:
2026-07-26 17:45:58 -05:00
parent 5830cd7ab5
commit b0e677d298
15 changed files with 1016 additions and 68 deletions

View File

@@ -4,7 +4,10 @@
"private": true,
"type": "module",
"scripts": {
"copy-pdfjs": "node scripts/copy-pdfjs.mjs",
"predev": "npm run copy-pdfjs",
"dev": "vite",
"prebuild": "npm run copy-pdfjs",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"