??idkfrontend things?
This commit is contained in:
@@ -659,7 +659,7 @@ function initSync(module) {
|
||||
|
||||
async function init(input) {
|
||||
if (typeof input === 'undefined') {
|
||||
input = new URL('db-frontend-78ce040a256470ee_bg.wasm', import.meta.url);
|
||||
input = new URL('db-frontend-5a949c39a51fa2c9_bg.wasm', import.meta.url);
|
||||
}
|
||||
const imports = getImports();
|
||||
|
||||
Binary file not shown.
6
frontend/dist/index.html
vendored
6
frontend/dist/index.html
vendored
@@ -2,10 +2,10 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Ze greatest</title>
|
||||
|
||||
<link rel="preload" href="/db-frontend-78ce040a256470ee_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/db-frontend-78ce040a256470ee.js"></head>
|
||||
<link rel="preload" href="/db-frontend-5a949c39a51fa2c9_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/db-frontend-5a949c39a51fa2c9.js"></head>
|
||||
<body>
|
||||
<script type="module">import init from '/db-frontend-78ce040a256470ee.js';init('/db-frontend-78ce040a256470ee_bg.wasm');</script><script>(function () {
|
||||
<script type="module">import init from '/db-frontend-5a949c39a51fa2c9.js';init('/db-frontend-5a949c39a51fa2c9_bg.wasm');</script><script>(function () {
|
||||
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
|
||||
var url = protocol + '//' + window.location.host + '/_trunk/ws';
|
||||
var poll_interval = 5000;
|
||||
|
||||
Reference in New Issue
Block a user