getting rid of crap, fixing errors

This commit is contained in:
2024-12-18 15:59:44 -05:00
parent 587f183ffa
commit 336481f3ba
39 changed files with 135 additions and 246 deletions

View File

@@ -1,4 +1,4 @@
import { db } from '../../index';
import { db } from '@db/index';
import { psa } from '@schemas/schema';
import { eq, lt, gte, ne, and, like } from 'drizzle-orm';
import CATEGORY from '@src/data/parts_cats.json';