This commit is contained in:
HugoRCD
2025-05-19 15:56:18 +02:00
parent d6a3a65b8e
commit 47ed1e0f74
4 changed files with 13 additions and 4 deletions

View File

@@ -167,6 +167,7 @@ type AppConfigUI = {
tv?: typeof defaultConfig
csp?: {
nonce?: string
scriptNonce?: string
}
} & TVConfig<typeof ui>