mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 17:45:02 +09:00
fixes
This commit is contained in:
parent
684933d628
commit
2bc02c8704
3 changed files with 9 additions and 5 deletions
7
dist/index.web.html
vendored
7
dist/index.web.html
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue