@samitouri / QOSami-HFS / commits / e9e64664

dx: env BUNDLE_REPORT for frontend

Massimo Melina committed Jan 5, 2026 at 13:20 UTC e9e646649ba623c7ff921aa1a2992df94d7eb42c
1 file changed +1
frontend/package.json
+1
@@ -4,6 +4,7 @@
4 "scripts": {
5 "start": "vite",
6 "build": "tsc && vite build",
7 + "report": "tsc && BUNDLE_REPORT=1 vite build",
8 "preview": "vite preview",
9 "test-dep": "npm audit --production"
10 },