Skip to content

Commit 1a7cdde

Browse files
committed
chore: release v3.0.0
1 parent 730f4ed commit 1a7cdde

6 files changed

Lines changed: 890 additions & 1089 deletions

File tree

.claude/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.0.1",
3+
"configurations": [
4+
{
5+
"name": "VFBchat Next.js Dev Server",
6+
"runtimeExecutable": "npm",
7+
"runtimeArgs": ["run", "dev"],
8+
"port": 3000
9+
}
10+
]
11+
}

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ jspm_packages/
8383
.Spotlight-V100
8484
.Trashes
8585
ehthumbs.db
86-
Thumbs.db
86+
Thumbs.db
87+
88+
# Local Claude workspace settings
89+
.claude/

0 commit comments

Comments
 (0)