feat(spa): add lobby-join-start vertical slice controller
All checks were successful
CI / test-and-quality (push) Successful in 2m6s
CI / test-and-quality (pull_request) Successful in 2m11s

This commit is contained in:
2026-03-01 11:13:48 +00:00
parent 61eb08ad73
commit ea8954e702
6 changed files with 364 additions and 18 deletions

View File

@@ -8,5 +8,5 @@
"lib": ["ES2022", "DOM"],
"types": ["vitest/globals", "node"]
},
"include": ["src/api", "tests"]
"include": ["src", "tests"]
}