1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

switch back to JS for serverless functions (for now) (#549)

Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
This commit is contained in:
2021-09-09 17:30:38 -04:00
committed by GitHub
parent aa9f347c3d
commit 4ce401b9ef
15 changed files with 107 additions and 410 deletions

View File

@@ -44,7 +44,6 @@ function clean() {
"builds/",
"_vendor/",
"static/assets/",
"api/**/*.js", // compiled typescript
]);
}