Update package.json

This commit is contained in:
Zheyuan Wu
2024-11-18 11:10:15 -06:00
parent 66ece54cd1
commit 84eb20bb03

View File

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