Skip to content
Snippets Groups Projects
Commit 5e794b93 authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Use example config for easy development

parent 7c0e2742
No related branches found
No related tags found
No related merge requests found
{
"homeserver": "http://localhost:8008",
"auto_join_room": "!nXJtsUatHBGyIYfyYw:matrix.org"
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
<title>Vite App</title>
</head>
<body>
<div id="app" class="hydrogen"></div>
<div id="chatterbox" class="hydrogen" data-config-link="./config.json"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment