0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-01-03 18:10:12 +09:00

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

View File

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