a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix type import after moving in server/db/repos/background.ts

+1 -1
+1 -1
app/src/lib/server/db/repos/background.ts
··· 1 1 import { eq, type InferInsertModel, type InferSelectModel } from 'drizzle-orm' 2 2 import type { DatabaseConn } from '..' 3 - import type { Tool } from './equipment' 4 3 import type { Feat } from './feat' 5 4 import type { RepositoryCountable } from './repo' 5 + import type { Tool } from './tool' 6 6 import { 7 7 background, 8 8 backgroundAbility,