Update package.json

This commit is contained in:
talksik
2022-02-22 17:16:56 -08:00
parent 1c1c3e59b8
commit f891a00356
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev -p 5000",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"check-types": "tsc --noemit", "check-types": "tsc --noemit",