more ts and break apart big ass files
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 51m32s

This commit is contained in:
2025-11-21 10:26:40 -08:00
parent 05b2f4b309
commit 34356f1173

View File

@@ -1,6 +1,6 @@
import { pool } from './connection'; import { pool } from './connection';
import { logger } from '../logger'; import { logger } from '../logger';
import { Profile, MasterGroceryItem, ShoppingList, ActivityLogItem, UserProfile, User } from '../../types'; import { Profile, MasterGroceryItem, ShoppingList, ActivityLogItem } from '../../types';
import { getShoppingLists } from './shopping'; import { getShoppingLists } from './shopping';
import { getWatchedItems } from './personalization'; import { getWatchedItems } from './personalization';