From 7e84dfe5557b775ab75fe24aac1f441a9bb09d78 Mon Sep 17 00:00:00 2001 From: Amaury M <1293565+amaurym@users.noreply.github.com> Date: Sat, 29 Jan 2022 16:57:02 +0100 Subject: [PATCH] include files --- src/util/license.ts | 2 -- vercel.json | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 vercel.json diff --git a/src/util/license.ts b/src/util/license.ts index 87df8c38..1d9b231c 100644 --- a/src/util/license.ts +++ b/src/util/license.ts @@ -1,5 +1,3 @@ -import 'md-to-pdf/markdown.css'; - import axios from 'axios'; import chrome from 'chrome-aws-lambda'; import { format } from 'date-fns'; diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..25c87feb --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "functions": { + "api/stripe/webhook.ts": { + "includeFiles": "node_modules/md-to-pdf/markdown.css" + } + } +}