Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 30, 2024
1 parent 0d71f48 commit 557bca9
Show file tree
Hide file tree
Showing 9 changed files with 451 additions and 52 deletions.
9 changes: 9 additions & 0 deletions scripts/radashi-db/db.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { createClient as createSupabase } from '@supabase/supabase-js'
import { default as createAlgolia } from 'algoliasearch'

export const supabase = createSupabase(
'https://yucyhkpmrdbucitpovyj.supabase.co',
process.env.SUPABASE_KEY!,
)

export const algolia = createAlgolia('7YYOXVJ9K7', process.env.ALGOLIA_KEY!)
5 changes: 4 additions & 1 deletion scripts/radashi-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"@octokit/rest": "^21.0.1",
"@supabase/supabase-js": "^2.45.0",
"algoliasearch": "^4.24.0",
"execa": "^9.3.0",
"fast-glob": "^3.3.2",
"markdown-it": "^14.1.0",
"markdown-it-front-matter": "^0.2.4",
"radashi": "12.2.0-beta.83909af",
Expand All @@ -15,6 +17,7 @@
"yaml": "^2.5.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.0.0"
}
}
Loading

0 comments on commit 557bca9

Please sign in to comment.