dismiss suggestions

This commit is contained in:
2026-02-26 12:12:07 +10:00
parent 525f795447
commit 1bc0a82e73
6 changed files with 120 additions and 31 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "demo",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev:demo"],
"port": 5174
}
]
}