fix: make dev script cross-platform for Windows PowerShell

This commit is contained in:
Shraman123 2026-02-19 13:07:07 +05:30
parent 942def2bb0
commit 3fce67a9ff

View file

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"dev": "npx next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",