[feat] node hosting support
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { get } from "svelte/store"
|
||||
import type { Database, Message } from "./database"
|
||||
import { DataBase } from "./database"
|
||||
import type { Database, Message } from "./storage/database"
|
||||
import { DataBase } from "./storage/database"
|
||||
import { selectedCharID } from "./stores"
|
||||
import {open} from '@tauri-apps/api/dialog'
|
||||
import { readBinaryFile } from "@tauri-apps/api/fs"
|
||||
import { basename } from "@tauri-apps/api/path"
|
||||
import { createBlankChar, getCharImage } from "./characters"
|
||||
import { appWindow } from '@tauri-apps/api/window';
|
||||
import { isTauri } from "./globalApi"
|
||||
import { isTauri } from "./storage/globalApi"
|
||||
|
||||
export interface Messagec extends Message{
|
||||
index: number
|
||||
|
||||
Reference in New Issue
Block a user