feat: initial commit
Signed-off-by: Vojtěch Mareš <vojtech@mares.cz>
This commit is contained in:
commit
0a9d12b777
5 changed files with 61 additions and 0 deletions
4
src/main.mjs
Normal file
4
src/main.mjs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { Client } from "@notionhq/client";
|
||||
import dotenv from "dotenv";
|
||||
|
||||
dotenv.config();
|
||||
Loading…
Add table
Add a link
Reference in a new issue