Skip to content

Commit

Permalink
combine
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Jul 26, 2024
1 parent b2d7ebd commit 0470a87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/ui/chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
"name": "chatbot",
"private": true,
"version": "0.0.0",
"files": [
"dist"
],
"type": "module",
"source": "src/index.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/chatbot/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./components/ChatbotModal";
export * from "./types";

0 comments on commit 0470a87

Please sign in to comment.