Replace front proxy with new SvelteKit frontend app

- Remove the old Hono/Bun proxy server
- Add the new `apps/frontend` SvelteKit scaffold and telemetry hook
This commit is contained in:
user
2026-03-28 18:12:43 +02:00
parent 0a11be5006
commit eee31e5b99
439 changed files with 11494 additions and 933 deletions

View File

@@ -1,4 +1,5 @@
import LayoutDashboard from "@lucide/svelte/icons/layout-dashboard";
import { PUBLIC_WS_SCRCPY_SVC_URL } from "$env/static/public";
import AppWindow from "@lucide/svelte/icons/app-window";
import { BellRingIcon, Link } from "@lucide/svelte";
import UserCircle from "~icons/lucide/user-circle";
@@ -46,7 +47,7 @@ export const secondaryNavTree = [
},
] as AppSidebarItem[];
export const WS_SCRCPY_URL = "https://iotam-ws-scrcpy.snapyra.com";
export const WS_SCRCPY_URL = PUBLIC_WS_SCRCPY_SVC_URL;
export const COMPANY_NAME = "SaaS Template";
export const WEBSITE_URL = "https://company.com";