Wire token-budget packing into the overview/rerank fallback path

This commit is contained in:
2026-08-10 12:02:31 +07:00
parent 60b4397032
commit 46469468bb
18 changed files with 768 additions and 38 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ ENV NODE_ENV=production
COPY --from=build /repo /repo
WORKDIR /repo/apps/web
EXPOSE 3000
CMD ["pnpm", "start", "--", "-p", "3000", "-H", "0.0.0.0"]
CMD ["node_modules/.bin/next", "start", "-p", "3000", "-H", "0.0.0.0"]