Parag Singh
Results
1
issues of
Parag Singh
This is my package.json { "name": "remote", "version": "0.1.0", "private": true, "scripts": { "dev": "NEXT_PRIVATE_LOCAL_WEBPACK=true && next dev", "build": "NEXT_PRIVATE_LOCAL_WEBPACK=true && next build", "start": "next start", "lint": "next lint" },...