Switch port number

This commit is contained in:
yude 2021-02-22 14:06:49 +09:00
parent aba80b9451
commit b8dd78d89e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Front page of yude.jp",
"main": "index.js",
"scripts": {
"dev": "next -p 3000",
"dev": "next -p 30221",
"build": "next build",
"start": "next start",
"export": "next export"