We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626e2d commit 6256dedCopy full SHA for 6256ded
package.json
@@ -3,6 +3,9 @@
3
"version": "1.2.3",
4
"private": true,
5
"scripts": {
6
+ "lhci": "lhci autorun",
7
+ "lhci:perf": "lhci autorun --collect.settings.preset=perf",
8
+ "lhci:desktop": "lhci autorun --collect.settings.preset=desktop",
9
"dev": "next dev --turbopack",
10
"build": "next build",
11
"start": "next start",
@@ -40,6 +43,7 @@
40
43
"uuid": "^11.0.5"
41
44
},
42
45
"devDependencies": {
46
+ "@lhci/cli": "^0.14.0",
47
"@playwright/test": "^1.50.1",
48
"@types/lodash": "^4.17.15",
49
"@types/node": "22.13.4",
0 commit comments