diff --git a/eslint.config.mjs b/eslint.config.mjs index be5f17b..5cc6c88 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,6 +10,7 @@ export default [ globals: { ...globals.browser, lucide: "readonly", + Peer: "readonly", }, }, }, diff --git a/index.html b/index.html index 56e8a51..f685d2a 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,11 @@
-