feat: validate runtime configuration before mount

This commit is contained in:
donghyeon-ka
2026-07-25 20:46:06 +09:00
parent 7199d7d9b6
commit 6b51104010
8 changed files with 356 additions and 8 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
},
"dependencies": {
"react": "19.2.8",
"react-dom": "19.2.8"
"react-dom": "19.2.8",
"zod": "4.4.3"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",