Commit 3e1d8dd9 by Ravindra Kanojiya

port updated

1 parent 09b6e5b2
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev -p 3006",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 3006",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!