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 2100632 commit abc232eCopy full SHA for abc232e
package.json
@@ -2,12 +2,12 @@
2
"name": "my-v0-project",
3
"version": "0.1.0",
4
"private": true,
5
- "scripts": {
6
- "dev": "next dev",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint"
10
- },
+"scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "export": "next export"
+},
11
"dependencies": {
12
"@hookform/resolvers": "^3.9.1",
13
"@radix-ui/react-accordion": "^1.2.2",
0 commit comments