fix frontend npm exsting exception
This commit is contained in:
parent
29a175690d
commit
27735c499e
|
|
@ -12,7 +12,6 @@ import { sendWS } from "../../../sync-handler";
|
||||||
import { SyncType } from "../../../type";
|
import { SyncType } from "../../../type";
|
||||||
import { code } from "../../code";
|
import { code } from "../../code";
|
||||||
import { existsAsync } from "fs-jetpack";
|
import { existsAsync } from "fs-jetpack";
|
||||||
const decoder = new TextDecoder();
|
|
||||||
const pending = {} as any;
|
const pending = {} as any;
|
||||||
|
|
||||||
export const initFrontEnd = async (
|
export const initFrontEnd = async (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue