Revert back to run start script in package.json.

Working to get application to complete building On
Fleek.co
This commit is contained in:
Caretaker0699 2023-05-15 15:36:03 -07:00
parent 26091d06ec
commit ec4be61079

View File

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