fix(deploy): add --webpack flag to dev script for Serwist compatibility

This commit is contained in:
saravanakumardb1 2026-02-27 22:19:21 -08:00
parent 4b579750a2
commit 29cd7ffc62

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",