You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ The following scripts are available in the `package.json`:
76
76
-`test:watch`: Run unit tests in watch mode
77
77
-`e2e`: Run end-to-end tests
78
78
-`e2e:ui`: Run end-to-end tests with UI
79
-
-`postbuild`: Warm Store cache (non-blocking)
80
79
-`warm:store`: Warm Store cache via `/api/agents`
81
80
-`prepare`: Install Husky for managing Git hooks
82
81
@@ -93,7 +92,7 @@ The following scripts are available in the `package.json`:
93
92
94
93
- Script: `scripts/warm-store-cache.ts`
95
94
- Local: `bun run -C web warm:store`
96
-
- CI/CD: run after deploy; set `NEXT_PUBLIC_CODEBUFF_APP_URL` to your deployed base URL.
95
+
- CI/CD: run after deploy; set `NEXT_PUBLIC_CODEBUFF_APP_URL` to your deployed base URL. On Render, you can simply set the Health Check Path to `/api/agents` to warm the cache automatically during deploy.
0 commit comments