feat: setup wss

This commit is contained in:
Shivam Mishra
2025-05-12 17:13:41 +05:30
parent ff70fbe2e4
commit 4ecc92ad6d
4 changed files with 19 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@
window.__WOOT_ACCOUNT_ID__ = 1;
window.__WOOT_API_HOST__ = 'http://localhost:3000';
window.__WOOT_ACCESS_TOKEN__ = 'code';
window.__PUBSUB_TOKEN__ = 'pubsub';
window.__WEBSOCKET_URL__ = 'ws://localhost:3000';
</script>
</head>
<body>