0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 12:10:11 +09:00

Switch port number

This commit is contained in:
yude 2021-02-22 14:06:49 +09:00
parent aba80b9451
commit b8dd78d89e

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"