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

almost had it...

This commit is contained in:
2021-09-08 09:16:34 -04:00
parent b6c325c3b6
commit aa9f347c3d
6 changed files with 10 additions and 12 deletions

View File

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