Adapt the bot to run via Netlify Functions

This commit is contained in:
2023-07-06 11:01:01 +02:00
parent 8a086eeb26
commit ec9d612eaa
6 changed files with 140 additions and 179 deletions

View File

@@ -3,7 +3,8 @@
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"outDir": "./dist",
"outDir": "./netlify/functions",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,