This commit is contained in:
CI 2023-01-30 10:14:26 +00:00
parent 079fe5b87d
commit 9499ce1df6
6 changed files with 25132 additions and 0 deletions

23942
app.137a699b.js Normal file

File diff suppressed because one or more lines are too long

986
app.345d12ae.css Normal file

File diff suppressed because one or more lines are too long

13
entrypoints.json Normal file
View file

@ -0,0 +1,13 @@
{
"entrypoints": {
"app": {
"js": [
"/runtime.b8583125.js",
"/app.137a699b.js"
],
"css": [
"/app.345d12ae.css"
]
}
}
}

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script defer src="/runtime.b8583125.js"></script><script defer src="/app.137a699b.js"></script><link href="/app.345d12ae.css" rel="stylesheet"></head>
<body class="mx-auto p-4 lg:p-10">
<div id="app" class="bg-grey"></div>
</body>
</html>

6
manifest.json Normal file
View file

@ -0,0 +1,6 @@
{
"app.css": "/app.345d12ae.css",
"app.js": "/app.137a699b.js",
"runtime.js": "/runtime.b8583125.js",
"index.html": "/index.html"
}

175
runtime.b8583125.js Normal file

File diff suppressed because one or more lines are too long