feat(ci): add automated Lighthouse audit pipeline #2

Merged
Lucas merged 12 commits from develop into master 2026-01-12 11:53:24 +00:00
3 changed files with 7 additions and 15 deletions
Showing only changes of commit 530fed2f7b - Show all commits

7
.gitignore vendored
View File

@@ -5,6 +5,7 @@ dist/
# dependencies
node_modules/
.pnpm-store/
# logs
npm-debug.log*
@@ -22,3 +23,9 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
# vscode
.vscode/
# Lighthouse CI reports
.lighthouseci/

View File

@@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
"unwantedRecommendations": []
}

11
.vscode/launch.json vendored
View File

@@ -1,11 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}