refactor of data-service
This commit is contained in:
parent
6fb98c69f2
commit
09c97df1a8
49 changed files with 2394 additions and 112 deletions
1
test-simple.ts
Normal file
1
test-simple.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log("Testing browser import..."); import { Browser } from "@stock-bot/browser"; console.log("Browser imported successfully:", typeof Browser); Browser.initialize().then(() => console.log("Browser initialized")).catch(e => console.error("Error:", e));
|
||||
Loading…
Add table
Add a link
Reference in a new issue