add export command
This commit is contained in:
parent
4bc8b351c8
commit
34780049f6
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18",
|
||||
|
|
Loading…
Add table
Reference in a new issue