feat: ditch triplit, move to postgresql + drizzle orm
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { Entity } from '@triplit/client';
|
||||
import type { schema } from '#triplit/schema';
|
||||
import * as schema from '~~/drizzle/schema';
|
||||
|
||||
type Generation = Entity<typeof schema, 'generations'>;
|
||||
type Generation = typeof schema.generations.$inferSelect;
|
||||
|
||||
export const useTokenDropdown = () => {
|
||||
const isOpen = useState('token-dropdown:open', () => false);
|
||||
|
||||
Reference in New Issue
Block a user