Revert "Fix Node 25 build..." - breaks other Node versions.

This reverts commit b70d57d878.
This commit is contained in:
Enrico Ros
2026-01-09 13:53:00 -08:00
parent a685ef97bf
commit a6aadf76f3
+4 -4
View File
@@ -5,10 +5,10 @@
"author": "Enrico Ros <enrico.ros@gmail.com>",
"repository": "https://github.com/enricoros/big-agi",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-webstorage' next dev --turbopack",
"dev-debug": "cross-env NODE_OPTIONS='--inspect --no-webstorage' next dev",
"dev-https": "cross-env NODE_OPTIONS='--no-webstorage' next dev --experimental-https",
"build": "cross-env NODE_OPTIONS='--no-webstorage' next build",
"dev": "next dev --turbopack",
"dev-debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"dev-https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate --no-hints",