personal-website/lib/notion/client.ts
Filipe Medeiros 9a9638237f
feat: initial commit
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
2023-12-03 12:25:52 +01:00

6 lines
134 B
TypeScript

import { Client } from '@notionhq/client';
const notion = new Client({ auth: process.env['NOTION_TOKEN'] });
export default notion;