feature/optimize #14

Merged
lobo merged 10 commits from feature/optimize into main 2026-02-07 11:14:33 +01:00
Showing only changes of commit d8611b0968 - Show all commits

View File

@@ -41,6 +41,9 @@ jobs:
run: npx ng build --configuration production
# 4. Lighthouse Audit (Performance & SEO)
- name: Install Puppeteer
run: npm install puppeteer --no-save
- name: Lighthouse CI
run: |
CHROME_PATH=$(node -e 'console.log(require("puppeteer").executablePath())')