diff --git a/package.json b/package.json index bf69830bf..07e7d86cb 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "author": "Enrico Ros ", "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",