The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: drop sql function import

-1
-1
libs/database/src/schema.ts
··· 1 - import { sql } from "drizzle-orm"; 2 1 import { customType, int, sqliteTable, text, unique } from "drizzle-orm/sqlite-core"; 3 2 import { DID } from "@cookware/lexicons"; 4 3 import { Ingredient, Step } from "@cookware/lexicons";