mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
* added turborepo * finished turbo migration * updated gitignore * use dotenv & run format * fixed error in docs * remove standalone deployment in prod * fix ts error, remove ignore ts errors during build * added formatter to the end of the docs generator
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import { createFromSource } from 'fumadocs-core/search/server'
|
|
import { source } from '@/lib/source'
|
|
|
|
export const { GET } = createFromSource(source)
|