1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-25 17:51:17 -04:00

add /api/projects endpoint and /projects page with GH-style repo cards

This commit is contained in:
2021-06-03 09:31:53 -04:00
parent 7a5962fa7e
commit 9505767f3d
16 changed files with 369 additions and 57 deletions

View File

@@ -13,7 +13,7 @@
"overrides": [{
"files": ["functions/**/*.js"],
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": 2018,
"sourceType": "module"
},
"env": {