diff --git a/bin/fade b/bin/fade --- a/bin/fade +++ b/bin/fade @@ -1,4 +1,4 @@ #!/bin/sh -pnpm exec vite -c light9/fade/web/vite.config.ts & -wait +exec pnpm exec vite -c light9/fade/vite.config.ts + diff --git a/light9/fade/web/Light9FadeUi.ts b/light9/fade/Light9FadeUi.ts rename from light9/fade/web/Light9FadeUi.ts rename to light9/fade/Light9FadeUi.ts --- a/light9/fade/web/Light9FadeUi.ts +++ b/light9/fade/Light9FadeUi.ts @@ -3,10 +3,10 @@ import debug from "debug"; import { css, html, LitElement } from "lit"; import { customElement, property } from "lit/decorators.js"; import { NamedNode } from "n3"; -import { getTopGraph } from "../../web/RdfdbSyncedGraph"; -import { SyncedGraph } from "../../web/SyncedGraph"; -import { shortShow, showRoot } from "../../web/show_specific"; -export { EditChoice } from "../../web/EditChoice"; +import { getTopGraph } from "../web/RdfdbSyncedGraph"; +import { SyncedGraph } from "../web/SyncedGraph"; +import { shortShow, showRoot } from "../web/show_specific"; +export { EditChoice } from "../web/EditChoice"; provideFASTDesignSystem().register(fastSlider(), fastSliderLabel()); debug.enable("*"); diff --git a/light9/fade/web/index.html b/light9/fade/index.html rename from light9/fade/web/index.html rename to light9/fade/index.html --- a/light9/fade/web/index.html +++ b/light9/fade/index.html @@ -4,8 +4,8 @@