bpev
bpev
DDeno
Created by Necmttn | Craftgen.ai on 5/30/2024 in #help
Writing modules for multiple runtime ( Deno & browser ) + Monorepo setup?
jsr is basically made for distributing for multiple runtimes. However, monorepo structure is still kinda sus until deno 2.0 (p sure there's an issue for is somewhere, but I'd have to look). deno-std is a monorepo workspace; they keep it inline via scripts (in _tools). That might be a good place to look: https://github.com/denoland/deno_std
8 replies
DDeno
Created by bpev on 10/20/2023 in #help
How does Fresh run esbuild on Deploy without cache writes?
Ahh got it. I just added a build step to deploys for now, but maybe I'll play with that later. Thanks!
4 replies