Spaces:
Sleeping
Sleeping
Commit
·
86ebeca
1
Parent(s):
367f803
chore: update .gitignore, package.json, and pnpm-lock.yaml
Browse files- Added .env to .gitignore to prevent committing environment variables.
- Updated package.json to include esbuild as a dependency with version >=0.25.0.
- Modified pnpm-lock.yaml to reflect the addition of esbuild and or package versions.
- .gitignore +1 -2
- components/chat-sidebar.tsx +2 -2
- package.json +1 -0
- pnpm-lock.yaml +11 -0
.gitignore
CHANGED
|
@@ -32,6 +32,7 @@ yarn-error.log*
|
|
| 32 |
|
| 33 |
# env files (can opt-in for committing if needed)
|
| 34 |
.env.local
|
|
|
|
| 35 |
|
| 36 |
# vercel
|
| 37 |
.vercel
|
|
@@ -39,5 +40,3 @@ yarn-error.log*
|
|
| 39 |
# typescript
|
| 40 |
*.tsbuildinfo
|
| 41 |
next-env.d.ts
|
| 42 |
-
.env
|
| 43 |
-
CLAUDE.md
|
|
|
|
| 32 |
|
| 33 |
# env files (can opt-in for committing if needed)
|
| 34 |
.env.local
|
| 35 |
+
.env
|
| 36 |
|
| 37 |
# vercel
|
| 38 |
.vercel
|
|
|
|
| 40 |
# typescript
|
| 41 |
*.tsbuildinfo
|
| 42 |
next-env.d.ts
|
|
|
|
|
|
components/chat-sidebar.tsx
CHANGED
|
@@ -120,8 +120,8 @@ export function ChatSidebar() {
|
|
| 120 |
<SidebarHeader className="p-4 border-b border-border/40">
|
| 121 |
<div className="flex items-center justify-start">
|
| 122 |
<div className={`flex items-center gap-2 ${isCollapsed ? "justify-center w-full" : ""}`}>
|
| 123 |
-
<div className={`relative rounded-full bg-primary/
|
| 124 |
-
<Image src="/scira.png" alt="Scira Logo" width={24} height={24} className="
|
| 125 |
</div>
|
| 126 |
{!isCollapsed && (
|
| 127 |
<div className="font-semibold text-lg text-foreground/90">MCP</div>
|
|
|
|
| 120 |
<SidebarHeader className="p-4 border-b border-border/40">
|
| 121 |
<div className="flex items-center justify-start">
|
| 122 |
<div className={`flex items-center gap-2 ${isCollapsed ? "justify-center w-full" : ""}`}>
|
| 123 |
+
<div className={`relative rounded-full bg-primary/70 flex items-center justify-center ${isCollapsed ? "size-5 p-3" : "size-6"}`}>
|
| 124 |
+
<Image src="/scira.png" alt="Scira Logo" width={24} height={24} className="absolute transform scale-75" unoptimized quality={100} />
|
| 125 |
</div>
|
| 126 |
{!isCollapsed && (
|
| 127 |
<div className="font-semibold text-lg text-foreground/90">MCP</div>
|
package.json
CHANGED
|
@@ -73,6 +73,7 @@
|
|
| 73 |
"@types/react-dom": "^19.1.2",
|
| 74 |
"dotenv": "^16.5.0",
|
| 75 |
"drizzle-kit": "^0.31.0",
|
|
|
|
| 76 |
"eslint": "^9.24.0",
|
| 77 |
"eslint-config-next": "15.3.0",
|
| 78 |
"pg-pool": "^3.8.0",
|
|
|
|
| 73 |
"@types/react-dom": "^19.1.2",
|
| 74 |
"dotenv": "^16.5.0",
|
| 75 |
"drizzle-kit": "^0.31.0",
|
| 76 |
+
"esbuild": ">=0.25.0",
|
| 77 |
"eslint": "^9.24.0",
|
| 78 |
"eslint-config-next": "15.3.0",
|
| 79 |
"pg-pool": "^3.8.0",
|
pnpm-lock.yaml
CHANGED
|
@@ -128,6 +128,9 @@ importers:
|
|
| 128 |
next-themes:
|
| 129 |
specifier: ^0.4.6
|
| 130 |
version: 0.4.6([email protected]([email protected]))([email protected])
|
|
|
|
|
|
|
|
|
|
| 131 |
pg:
|
| 132 |
specifier: ^8.14.1
|
| 133 |
version: 8.14.1
|
|
@@ -180,6 +183,9 @@ importers:
|
|
| 180 |
drizzle-kit:
|
| 181 |
specifier: ^0.31.0
|
| 182 |
version: 0.31.0
|
|
|
|
|
|
|
|
|
|
| 183 |
eslint:
|
| 184 |
specifier: ^9.24.0
|
| 185 |
version: 9.24.0([email protected])
|
|
@@ -3710,6 +3716,9 @@ packages:
|
|
| 3710 |
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
| 3711 |
engines: {node: '>= 0.8.0'}
|
| 3712 |
|
|
|
|
|
|
|
|
|
|
| 3713 | |
| 3714 |
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
|
| 3715 |
engines: {node: '>=0.10.0'}
|
|
@@ -8236,6 +8245,8 @@ snapshots:
|
|
| 8236 |
type-check: 0.4.0
|
| 8237 |
word-wrap: 1.2.5
|
| 8238 |
|
|
|
|
|
|
|
| 8239 | |
| 8240 |
|
| 8241 |
|
|
|
| 128 |
next-themes:
|
| 129 |
specifier: ^0.4.6
|
| 130 |
version: 0.4.6([email protected]([email protected]))([email protected])
|
| 131 |
+
or:
|
| 132 |
+
specifier: ^0.2.0
|
| 133 |
+
version: 0.2.0
|
| 134 |
pg:
|
| 135 |
specifier: ^8.14.1
|
| 136 |
version: 8.14.1
|
|
|
|
| 183 |
drizzle-kit:
|
| 184 |
specifier: ^0.31.0
|
| 185 |
version: 0.31.0
|
| 186 |
+
esbuild:
|
| 187 |
+
specifier: '>=0.25.0'
|
| 188 |
+
version: 0.25.2
|
| 189 |
eslint:
|
| 190 |
specifier: ^9.24.0
|
| 191 |
version: 9.24.0([email protected])
|
|
|
|
| 3716 |
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
| 3717 |
engines: {node: '>= 0.8.0'}
|
| 3718 |
|
| 3719 | |
| 3720 |
+
resolution: {integrity: sha512-BHB8VZq2isxkyRaCBZ6CZCbQBzCT+gy8LPiqdbMH1+Fd6biFj3v8ebjeYzzL51PbsApsPYnGegGTO6KLQMxxDw==}
|
| 3721 |
+
|
| 3722 | |
| 3723 |
resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
|
| 3724 |
engines: {node: '>=0.10.0'}
|
|
|
|
| 8245 |
type-check: 0.4.0
|
| 8246 |
word-wrap: 1.2.5
|
| 8247 |
|
| 8248 |
+
[email protected]: {}
|
| 8249 |
+
|
| 8250 | |
| 8251 |
|
| 8252 |