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 bc6ebf7 commit a8d8f43Copy full SHA for a8d8f43
package.json
@@ -6,7 +6,8 @@
6
"dev": "next dev --turbopack",
7
"build": "next build",
8
"start": "next start -p 8082",
9
- "lint": "next lint"
+ "lint": "next lint",
10
+ "test": "true"
11
},
12
"dependencies": {
13
"@forevolve/bootstrap-dark": "^1.2.0-g6c89781692",
0 commit comments