1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 17:45:02 +09:00
This commit is contained in:
Andrew Simachev 2022-01-22 15:25:13 +03:00
parent 684933d628
commit 2bc02c8704
3 changed files with 9 additions and 5 deletions

7
dist/index.web.html vendored
View file

@ -4,13 +4,16 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Anytype</title>
<script src="./polyfill.js" type="text/javascript"></script>
<script type="text/javascript">
window.isWebVersion = true;
window.serverAddr = 'http://127.0.0.1:50397'
let onload = function () {
RendererEvents.dataPath(null, '/');
};
</script>
<script src="./polyfill.js" type="text/javascript"></script>
</head>
<body onload="onload();">
<div id="root"></div>