Update package.json

This commit is contained in:
Zheyuan Wu
2024-11-18 10:36:07 -06:00
parent 0a700837ee
commit 1807a2ef49

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "next",
"build": "next build",
"build": "next build --output public",
"start": "next start"
},
"dependencies": {