Skip to content

Commit

Permalink
build copy dst files
Browse files Browse the repository at this point in the history
  • Loading branch information
metaforpro committed Dec 5, 2023
1 parent 8f50226 commit 4c2026d
Show file tree
Hide file tree
Showing 17 changed files with 198 additions and 196 deletions.
Empty file removed .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0",
"build": "vite build",
"build": "vite build && mv ./build/* ../..",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="modulepreload" href="./internal/immutable/entry/start.a7bd531a.js">
<link rel="modulepreload" href="./internal/immutable/chunks/scheduler.c03d0109.js">
<link rel="modulepreload" href="./internal/immutable/chunks/singletons.f3045a7f.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.17ca9755.js">
<link rel="modulepreload" href="./internal/immutable/entry/app.8c260a22.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.bd9bea11.js">
<link rel="modulepreload" href="./internal/immutable/entry/start.02f1c685.js">
<link rel="modulepreload" href="./internal/immutable/chunks/scheduler.2edbd4b2.js">
<link rel="modulepreload" href="./internal/immutable/chunks/singletons.6021dd60.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.3b5b5423.js">
<link rel="modulepreload" href="./internal/immutable/entry/app.cd898353.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.57f2e873.js">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPBER9CJMG"></script>
<script>
Expand All @@ -27,7 +27,7 @@
<div style="display: contents">
<script>
{
__sveltekit_15l776l = {
__sveltekit_1ektbyw = {
assets: "/littlesun",
base: new URL(".", location).pathname.slice(0, -1),
env: {}
Expand All @@ -36,8 +36,8 @@
const element = document.currentScript.parentElement;

Promise.all([
import("./internal/immutable/entry/start.a7bd531a.js"),
import("./internal/immutable/entry/app.8c260a22.js")
import("./internal/immutable/entry/start.02f1c685.js"),
import("./internal/immutable/entry/app.cd898353.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down
1 change: 1 addition & 0 deletions internal/immutable/assets/0.ad9d07fe.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c2026d

Please sign in to comment.