Commit 3e1d8dd9 by Ravindra Kanojiya

port updated

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