Update package.json

This commit is contained in:
yude 2021-05-28 07:18:37 +09:00
parent d41215438b
commit 37ac2d2f7a
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
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 30221",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"