chore: add .claude/launch and ignore plans

This commit is contained in:
shadcn
2026-07-16 12:58:39 +04:00
parent 8c0e5edb71
commit 175c724c87
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "v4",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["--filter=v4", "dev"],
"port": 4000
}
]
}
+1
View File
@@ -45,6 +45,7 @@ tsconfig.tsbuildinfo
.playwright-mcp
.playwright-cli
shadcn-workspace
plans
# vitest browser mode writes these only on test failure.
__screenshots__