|
104 | 104 | "clean": "rm -rf ./.next && rm -rf ./public/~gitbook/static/icons && rm -rf ./public/~gitbook/static/math", |
105 | 105 | "dev": "env-cmd --silent -f ../../.env.local next", |
106 | 106 | "build": "next build", |
107 | | - "start": "next start", |
| 107 | + "build:local": "GITBOOK_URL=http://localhost:3000 next build", |
| 108 | + "start": "GITBOOK_URL=http://localhost:3000 next start", |
108 | 109 | "build:cloudflare": "opennextjs-cloudflare build", |
109 | 110 | "dev:cloudflare": "wrangler dev --port 8771 --env preview", |
110 | 111 | "dev:cf:middleware": "wrangler dev --port 8771 --inspector-port 9230 --env dev --config ./openNext/customWorkers/middlewareWrangler.jsonc", |
|
0 commit comments