Merge pull request #387 from Shraman123/fix/windows-cross-platform-start

fix: make dev script cross-platform for Windows PowerShell
This commit is contained in:
Ramnique Singh 2026-02-21 07:08:47 +05:30 committed by GitHub
commit 937c9be891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",