This commit is contained in:
parent
6cead67c46
commit
7c8ef60d6a
@ -8,7 +8,7 @@ COPY package*.json ./
|
||||
|
||||
COPY bun.lockb ./
|
||||
|
||||
RUN bun install
|
||||
RUN bun install --production
|
||||
|
||||
COPY . .
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
"eslint": "9.x",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"globals": "^15.8.0",
|
||||
"husky": "^9.1.1",
|
||||
"lint-staged": "^15.2.7",
|
||||
"oxlint": "^0.6.1",
|
||||
"prettier": "^3.3.3",
|
||||
@ -38,6 +37,7 @@
|
||||
"dependencies": {
|
||||
"@dqbd/tiktoken": "^1.0.15",
|
||||
"@langchain/openai": "^0.2.6",
|
||||
"husky": "^9.1.4",
|
||||
"lodash": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"moment": "^2.30.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user