Work on forms (#76)

* Work on connecting forms
This commit is contained in:
Fede Álvarez
2022-06-15 19:03:44 +02:00
committed by GitHub
parent da0130db58
commit 08c938de76
9 changed files with 568 additions and 249 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Client } from '@notionhq/client'
export const notion = new Client({
auth: process.env.NOTION_TOKEN
})
export const notionAlt = new Client({
auth: process.env.NOTION_TOKEN_ALT
})