phase-2: extract shared utils
This commit is contained in:
committed by
saikiranvella
parent
5a4b4aa6d1
commit
d5cf3fc31f
+3
-3
@@ -12,9 +12,9 @@
|
||||
*/
|
||||
|
||||
import 'dotenv/config';
|
||||
import { CatalystAnalyst } from '../src/analyst/CatalystAnalyst.js';
|
||||
import { ScreenerEngine } from '../src/screener/ScreenerEngine.js';
|
||||
import { HtmlReporter } from '../src/reporters/HtmlReporter.js';
|
||||
import { CatalystAnalyst } from '../server/analyst/CatalystAnalyst.js';
|
||||
import { ScreenerEngine } from '../server/screener/ScreenerEngine.js';
|
||||
import { HtmlReporter } from '../server/reporters/HtmlReporter.js';
|
||||
|
||||
const DEFAULT_WATCHLIST = [
|
||||
// Stocks
|
||||
|
||||
Reference in New Issue
Block a user