[feat] node hosting support

This commit is contained in:
kwaroran
2023-05-27 23:15:23 +09:00
parent 4af6655471
commit 205cc2744f
61 changed files with 812 additions and 87 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { XIcon } from "lucide-svelte";
import { language } from "../../lang";
import type { loreBook } from "../../ts/database";
import type { loreBook } from "../../ts/storage/database";
import { alertConfirm } from "../../ts/alert";
import Check from "../Others/Check.svelte";
import Help from "../Others/Help.svelte";