Add NAS dashboard MVP: Docker mgmt, Gitea, Files, Terminal

This commit is contained in:
Gan, Jimmy
2026-02-19 01:59:50 +08:00
parent d85b290c33
commit 70aa421d7f
29 changed files with 2665 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import "./app.css";
import App from "./App.svelte";
import { mount } from "svelte";
const app = mount(App, { target: document.getElementById("app") });
export default app;