=priority add start

This commit is contained in:
Miki 2023-12-05 15:48:43 +01:00
parent b1745ede2e
commit 3c58b3bef5
40 changed files with 1222 additions and 36 deletions

View file

@ -5,17 +5,17 @@
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="/_app/immutable/entry/start.92e5ab9c.js">
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.e108d1fd.js">
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.5178810a.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.72ed0e5f.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.a21d6cee.js">
<link rel="modulepreload" href="/_app/immutable/entry/start.f942bb89.js">
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.9172086d.js">
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.020ac99d.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.af53e384.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.c679962e.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_10p5els = {
__sveltekit_1s7z6vk = {
base: "",
env: {}
};
@ -23,8 +23,8 @@
const element = document.currentScript.parentElement;
Promise.all([
import("/_app/immutable/entry/start.92e5ab9c.js"),
import("/_app/immutable/entry/app.72ed0e5f.js")
import("/_app/immutable/entry/start.f942bb89.js"),
import("/_app/immutable/entry/app.af53e384.js")
]).then(([kit, app]) => {
kit.start(app, element);
});