Making package browser compatible
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Lock, ObservableInterface } from "@hibas123/utils"
|
||||
import * as path from "path";
|
||||
import { Lock, ObservableInterface } from "@hibas123/utils";
|
||||
import * as fs from "fs";
|
||||
import { Adapter, Message, LoggingTypes } from "./types";
|
||||
import * as path from "path";
|
||||
import { Adapter, LoggingTypes, Message } from "./types";
|
||||
|
||||
const maxFileSize = 500000000;
|
||||
|
||||
|
Reference in New Issue
Block a user