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 193d591 commit 1b8609aCopy full SHA for 1b8609a
packages/gitbook/package.json
@@ -104,7 +104,8 @@
104
"clean": "rm -rf ./.next && rm -rf ./public/~gitbook/static/icons && rm -rf ./public/~gitbook/static/math",
105
"dev": "env-cmd --silent -f ../../.env.local next",
106
"build": "next build",
107
- "start": "next start",
+ "build:local": "GITBOOK_URL=http://localhost:3000 next build",
108
+ "start": "GITBOOK_URL=http://localhost:3000 next start",
109
"build:cloudflare": "opennextjs-cloudflare build",
110
"dev:cloudflare": "wrangler dev --port 8771 --env preview",
111
"dev:cf:middleware": "wrangler dev --port 8771 --inspector-port 9230 --env dev --config ./openNext/customWorkers/middlewareWrangler.jsonc",
0 commit comments