Skip to content

Commit

Permalink
feat(gh-pages): add docs-folder to serve app
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lienberger committed Aug 13, 2024
1 parent e0b5b91 commit 1407590
Show file tree
Hide file tree
Showing 22 changed files with 17 additions and 17 deletions.
Empty file removed build/.nojekyll
Empty file.
3 changes: 0 additions & 3 deletions build/_app/immutable/chunks/entry.CxC_ml3J.js

This file was deleted.

1 change: 0 additions & 1 deletion build/_app/immutable/entry/start.BoGjXEk4.js

This file was deleted.

1 change: 0 additions & 1 deletion build/_app/version.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

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

3 changes: 3 additions & 0 deletions docs/app/immutable/chunks/entry.COaYWdCx.js

Large diffs are not rendered by default.

File renamed without changes.

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

1 change: 1 addition & 0 deletions docs/app/immutable/entry/start.DSJCJMTs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as t}from"../chunks/entry.COaYWdCx.js";export{t as start};
File renamed without changes.

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

File renamed without changes.
1 change: 1 addition & 0 deletions docs/app/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"1723528263056"}
File renamed without changes
16 changes: 8 additions & 8 deletions build/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="modulepreload" href="./_app/immutable/entry/start.BoGjXEk4.js">
<link rel="modulepreload" href="./_app/immutable/chunks/entry.CxC_ml3J.js">
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.Bmg8oFKD.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.BYg-TE6u.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.Biv9UEUw.js">
<link rel="modulepreload" href="./app/immutable/entry/start.DSJCJMTs.js">
<link rel="modulepreload" href="./app/immutable/chunks/entry.COaYWdCx.js">
<link rel="modulepreload" href="./app/immutable/chunks/scheduler.Bmg8oFKD.js">
<link rel="modulepreload" href="./app/immutable/entry/app.DhcSnQO7.js">
<link rel="modulepreload" href="./app/immutable/chunks/index.Biv9UEUw.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_twk5sk = {
__sveltekit_lzs7o9 = {
base: new URL(".", location).pathname.slice(0, -1),
assets: "/train-line-trainer"
};

const element = document.currentScript.parentElement;

Promise.all([
import("./_app/immutable/entry/start.BoGjXEk4.js"),
import("./_app/immutable/entry/app.BYg-TE6u.js")
import("./app/immutable/entry/start.DSJCJMTs.js"),
import("./app/immutable/entry/app.DhcSnQO7.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down
File renamed without changes.

0 comments on commit 1407590

Please sign in to comment.