We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e9fa2 commit 7ab5d81Copy full SHA for 7ab5d81
package.json
@@ -18,7 +18,7 @@
18
"load-sample-data": "env-cmd -f .env.local node ./util/loadSampleData.js",
19
"load-sample-data:no-env": "node ./util/loadSampleData.js",
20
"test": "env-cmd -f .env.default jest",
21
- "vercel-build": "npx @vercel/nft build pages/index.js && npm rebuild couchbase --update-binary && next build"
+ "vercel-build": "npx @vercel/nft build pages/index.js && npm rebuild couchbase --update-binary && NEXT_PRIVATE_STANDALONE=true next build"
22
},
23
"dependencies": {
24
"@headlessui/react": "^1.7.15",
0 commit comments