feat(ci): add automated Lighthouse audit pipeline

This commit is contained in:
2026-01-12 18:04:04 +01:00
parent 0c786100f2
commit 962c681cdb
2 changed files with 0 additions and 15 deletions

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"
}
]
}