diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 14d5662..8fee9b3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "dev": "next", + "dev": "next -p 7777", "build": "next build", "start": "next start", "micro": "micro", @@ -112,4 +112,4 @@ } } } -} +}
\ No newline at end of file |
