fix(build): remove deprecated --webpack flag from next build script

This commit is contained in:
diegosouzapw
2026-03-15 14:05:46 -03:00
parent ccf9d9214a
commit c581ca8339

View File

@@ -47,7 +47,7 @@
"homepage": "https://omniroute.online",
"scripts": {
"dev": "node scripts/run-next.mjs dev",
"build": "next build --webpack",
"build": "next build",
"build:cli": "node scripts/prepublish.mjs",
"start": "node scripts/run-next.mjs start",
"lint": "eslint .",