This commit is contained in:
zramsay
2025-01-09 14:25:07 -05:00
parent 04a25d35ef
commit 1ab3557ded
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next export",
"start": "next start",
"lint": "next lint"
},