Remove symlinks in nodejs setup

This commit is contained in:
Igor Katson 2023-12-11 19:58:53 +00:00
parent 37f295cb95
commit 29c2db1ab4
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 37 additions and 10 deletions

View file

@ -6,7 +6,7 @@ import {
TorrentDetails,
TorrentStats,
ErrorDetails,
} from "./rqbit-webui-src/api-types";
} from "rqbit-webui/src/api-types";
import { InvokeArgs, invoke } from "@tauri-apps/api/tauri";