chore: Add some tests
This commit is contained in:
parent
551f5bcf2e
commit
2bab5a7966
22 changed files with 578 additions and 2 deletions
9
frontend/.claude/settings.local.json
Normal file
9
frontend/.claude/settings.local.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(bun add:*)",
|
||||
"Bash(bunx playwright:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
Reference in a new issue