Skip to content

Commit

Permalink
fixed bot & website
Browse files Browse the repository at this point in the history
  • Loading branch information
tosoham committed Feb 4, 2025
1 parent a58e611 commit fcbcfbd
Show file tree
Hide file tree
Showing 12 changed files with 322 additions and 162 deletions.
46 changes: 36 additions & 10 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,38 @@
__pycache__
shell.nix
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local
.env
# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

flake.nix
flake.lock
default.nix
env/
venv/
*.env
.venv/
node_modules/
*.log
/data
shell.nix
54 changes: 27 additions & 27 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@langchain/core": "^0.3.31",
"@langchain/langgraph": "^0.2.41",
"@langchain/openai": "^0.3.17",
"@prisma/client": "^6.3.0",
"@prisma/client": "^6.3.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
Expand Down Expand Up @@ -95,7 +95,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.17",
"postcss": "^8",
"prisma": "^6.3.0",
"prisma": "^6.3.1",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
Expand Down
Loading

0 comments on commit fcbcfbd

Please sign in to comment.