mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Revert "Fix Node 25 build..." - breaks other Node versions.
This reverts commit b70d57d878.
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user