Skip to content

Commit 0cb99d2

Browse files
authored
Merge pull request #8 from wilberforce/patch-1
Allow building from vite - fix type script error
2 parents 4d8fd98 + 6759eab commit 0cb99d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Observer from "./socket-server/Observer";
22
import Emitter from "./socket-server/Emitter";
3-
import { websocketOpts } from "@/type/PluginsType";
3+
import { websocketOpts } from "./type/PluginsType";
44
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
55
// @ts-ignore
66
import { App } from "vue";

0 commit comments

Comments
 (0)