fix: Fix issues based on Louis comments
This commit is contained in:
parent
f2688771ff
commit
587f5addfa
@ -25,7 +25,8 @@
|
||||
"fetch-retry": "^5.0.6",
|
||||
"path-browserify": "^1.0.1",
|
||||
"ts-loader": "^9.5.0",
|
||||
"ulid": "^2.3.0"
|
||||
"ulid": "^2.3.0",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
import { Model } from "@janhq/core";
|
||||
|
||||
declare const MODULE: string;
|
||||
|
||||
declare interface EngineSettings {
|
||||
base_url?: string;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user