File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "scripts" : {
2727 "preinstall" : " npx only-allow pnpm" ,
28- "build" : " pnpm patch-openapi && pnpm exec next telemetry disable && rm -rf .next && pnpm build-dev && NODE_OPTIONS='--max_old_space_size=8000' next build && pnpm generate-openapi" ,
28+ "build" : " NEXT_TELEMETRY_DISABLED=1 pnpm patch-openapi && rm -rf .next && pnpm build-dev && NEXT_TELEMETRY_DISABLED=1 NODE_OPTIONS='--max_old_space_size=8000' next build && pnpm generate-openapi" ,
2929 "build-dev" : " pnpm patch-openapi && pnpm exec next telemetry disable && rm -rf dist && pnpm software && ../node_modules/.bin/tsc --build tsconfig-dist.json && pnpm generate-openapi" ,
3030 "ts-build" : " ../node_modules/.bin/tsc --build tsconfig-dist.json" ,
3131 "software" : " bash ./software-inventory/setup.sh" ,
Original file line number Diff line number Diff line change 2222 "outDir" : " dist" ,
2323 "baseUrl" : " ." ,
2424 "incremental" : true ,
25- "target" : " es2020"
25+ "target" : " es2020" ,
26+ "paths" : {
27+ "@langchain/core/*" : [" ../ai/node_modules/@langchain/core/dist/*" ]
28+ }
2629 },
2730 "include" : [
2831 " next-env.d.ts" ,
You can’t perform that action at this time.
0 commit comments