Initial commit: KSEF PDF Generator from GitHub

This commit is contained in:
2026-03-18 22:35:33 +01:00
parent f48680a65f
commit 4e49c625bf
11 changed files with 1375 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"dev": "vite --mode public --config vite.config.ts",
"build": "vite build --mode production",
"build:app": "vite build --config vite.app.config.ts",
"type": "tsc -p src/app-public/tsconfig.json --noEmit",
"test": "vitest",
"test:ui": "vitest --ui",
@@ -53,4 +54,4 @@
"pdfmake": "^0.2.20",
"xml-js": "^1.6.11"
}
}
}