Where to set the migration command in provisioned prisma database

LSP auto-import in workspaces

Windows Server support?
Getting file:///src/src/server/schema path doubling error on Deno Deploy
Call a function from JsRuntime without handle_scope
Permission sets not working with `jsr:@std/http/file-server`
deno.json:...publish error different on CI
pnpm exec deno publish --dry-run --unstable-sloppy-imports --allow-dirty
pnpm exec deno publish --dry-run --unstable-sloppy-imports --allow-dirty
Ambiguous linting on import type and jsdoc
import type when no value is referenced in the module, and it works most of the time.
The issue happens when I reference another type using @see in jsdoc, this is very common for foreign keys in DAO / Entity interfaces such as Drizzle / Kysely.
When this kind of reference exists, import type results in errors inside the jsdoc for value referencing; while normal imports results in the lint error of verbatim-module-syntax itself....Custom Lint rule not applying in IDE with Deno Extension
deno lint but it is not applying the rule in the regular VS Code IDE. Is that expected behavior, or am I potentially missing an implementation piece that does that dynamic analysis.Load Typescript into deno_core::extension!
square
[Bug]: Deno expects text or bytes files lines to be in Quotation marks
Failing to create import alias for tauri project
getting a "TypeError: t.expireTags is not a function" on deploy-ea with Next.js
revalidatePath i get a "TypeError: t.expireTags is not a function" error.
Did anyone encounter a similar problem?
Building and running this locally does not produce the error....Node compat for `matchesGlob` from `node:path`?
I'm using deno 2.5.2 locally...
CSP related complications
Content Security Policy of your site blocks the use of 'eval' in JavaScript I am getting this in the browser. I am trying to access ws://localhost:5712/ws from an island.Auto type generation with ReactRouter + Vite + Deno
.tsx files, but for some reason the type generation is generating the path via .js instead. (second image).
...
Is it possible to run --unstable-raw-imports flag in Deno Deploy (classic)?
The deployment failed: The import attribute type of "text" is unsupported when trying to deploy on Deno Deploy Classic with text based import attributes: import example from "./some/file.txt" with { type: "text" }
Works fine locally when adding "unstable": ["raw-imports"], in deno.jsonc or even running with the --unstable-raw-imports flag as per Deno docs. Maybe this is not (yet?) supported on Deno Deploy?...How to prevent Deno from automatic dependencies installation during `deno task`? Why does it happen?
deno task.
One is, I have my own install task that is running deno install with certain arguments (e.g. --allow-scripts, --env-file etc). However, if I run deno task install, it first installs the dependencies, before running my task. This is confusing and I don't know how to disable it.
Another is, Deno unexpectedly updates the lockfile when I don't ask it to. Here is a failing workflow: link. After installing packages with deno install (with frozen lockfile) in the workspace root, everything is fine. However, when running a task from a workspace member at tests/node (the command is vitest run), Deno errors me that the lockfile is out of date - for some reason, it wants to add another entry for npm:vitest....Doppler Integration Broken w/ DD EA