1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:58:25 -04:00

12 Commits

Author SHA1 Message Date
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00
4ce401b9ef
switch back to JS for serverless functions (for now) (#549)
Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
2021-09-09 17:30:38 -04:00
aa9f347c3d
almost had it... 2021-09-08 09:16:34 -04:00
cfd57784ff
revert node-fetch to 2.6.1
vercel is still compiling functions to commonjs no matter what I do.......??

Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/jake/source/jarv.is/node_modules/node-fetch/src/index.js from /Users/jake/source/jarv.is/api/hits.ts not supported.
2021-09-01 10:06:42 -04:00
9c26cd7bff
use @octokit/graphql instead of plain graphql for /api/projects 2021-07-14 07:26:07 -04:00
a2d2eee612
*much* stricter typescript (and some js) linting 😬 2021-07-11 11:15:53 -04:00
622432c3e4
trying out Sentry logging on /api/hits 2021-06-13 11:31:18 -04:00
f35bd7aac2
clean up type declarations 2021-06-13 08:24:27 -04:00
9314c7eb15
compile typescript before hitting babel 2021-06-06 08:36:28 -04:00
d389d05d7a
more typescript linting 2021-06-05 23:32:11 -04:00
63cb4dde53
dear lord typescript gets messy fast 2021-06-05 21:10:51 -04:00
0a9e0d789e
playing with typescript (probably all wrong) 2021-06-05 16:58:56 -04:00