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

try fixing sentry release sourcemaps for serverless functions

This commit is contained in:
2021-09-08 08:03:16 -04:00
parent f42c5bd3bc
commit b6c325c3b6
6 changed files with 58 additions and 45 deletions

View File

@@ -1,4 +1,3 @@
// @ts-nocheck
import path from "path";
import { fileURLToPath } from "url";
import del from "del";
@@ -45,6 +44,7 @@ function clean() {
"builds/",
"_vendor/",
"static/assets/",
"api/**/*.js*", // compiled typescript
]);
}