Skip to content

Instantly share code, notes, and snippets.

@simonorzel26
simonorzel26 / addDocuments.script.ts
Created July 15, 2024 07:41
Shadcn Next.js App router Search field using meilisearch api search adfree-recipes.com
// Only a script
// If you need to add documents as well
import { PrismaClient, Recipe } from '@prisma/client';
import { MeiliSearch } from 'meilisearch'
;(async () => {
const client = new MeiliSearch({
host: 'MEILISEARCH_API_URL',
apiKey: 'MEILISEARCH_ADMIN_API_KEY',
npx expo start --go
@simonorzel26
simonorzel26 / getVercelProjectLinks.js
Last active March 20, 2024 10:05
Gets all deployed Vercel project links once user is logged in