Added export script to package.json file

This commit is contained in:
Caretaker0699 2023-05-15 15:29:06 -07:00
parent 88d9133bd5
commit 26091d06ec

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint"