Deno Monorepo with nested applications and packages
services
, and set of libraries used by said services in packages
. These are all independent, and are registered to the apps workspace (@example
) for now. eg: if a service myapp
registered as @example/myapp
wanted packages/utils, it'd import @example/utils
and it'd find it within packages.
I'm trying to do the same in NPM but it seems like everything has to be flat, at the root. Am I not able to register workspaces that are deeper than the root directory?
I've got /packages/foo/deno.json
and packages/foo/mod.ts
with a funciton exported. the deno.js has the following contents:...Deno Fresh deployment failing in Github Actions
Help with File Uploads in Oak v17.1.4
upload files
502: Bad Gateway (ISOLATE_INTERNAL_FAILURE) for long requests
TARGET_URL
. When TARGET_URL
responds quickly everything is OK, but when it takes 1-2 minutes to respond, I get an error:
```
502: Bad Gateway (ISOLATE_INTERNAL_FAILURE)
...Unable to compile the small file
LTS 2.1.12 Deno generates `deno.lock` with version 5.
deno.lock
file.
1. I have installed Deno via shell script from docs.
2. Then initiated a Deno project, then added Fresh, etc.
3. During Deno Deploy I found out that version: 5
in lock files causes the problem. ...Can't get inlay-hints working in helix and deno-lsp
OpenTelemetry Setup with Axiom.co
Cannot read `include`d folder in compiled file
deno compile --include config
to include the folder config
in the binary, but I don't know how to read it and where to find it.
This is my folder structure:
```...Vitest borked when inside Deno workspace
npm
commands to deno
, but otherwise this configuration seems to work great.
I then tried to integrate this setup into a Deno workspace, but that didn't work out so great......How to install an electron app from it's repo?
npm start
inside it.
Now we all love Deno
right?...Intellij - Not so great experience
Local npm package
Using scopes in deno.json to mock modules for tests
collab
`deno run --cached-only` downloads stuff anyways
DENO_DIR=build/cache TZ=UTC deno run --allow-all -- src/server.ts
...how to persist data with deno kv when running a docker container?
Dockerfile
for simplicity
what I need help with:...VSCode JSX prop suggestions
deno.json
...
Vite dev server with HTTPS (node:http2)