Closed lishaduck closed 1 week ago
Ok, it looks like it's not inheriting the fmt and lint configs. I'd assume that CI just needs to get bumped to 1.45.
Ok, it looks like it's not inheriting the fmt and lint configs. I'd assume that CI just needs to get bumped to 1.45.
Hmm. CI should be using 1.45. Vercel deploys now, which is good. Hmm.
Superseded by #84.
Deno is rolling out a new feature called workspaces. It enables JSR monorepos to link to packages locally. While
libs
is far less interconnected thandeno_std
, I figured that it might help if@libs/testing
got some extra "tests" by having all the packages link to the local copy in development.It should also enable a single dependency resolve and (probably) obsolete deno_config.ts, as I believe it automatically syncs formatting/linting/etc.