Oak
Oak
DDeno
Created by Oak on 2/19/2025 in #help
How to use Deno KV when deploying Next.js to Deno Deploy?
I assume it is not possible to use any Deno APIs on Deno Deploy from a Next.js project. That's a bummer :/
3 replies
DDeno
Created by Oak on 2/19/2025 in #help
How to use Deno KV when deploying Next.js to Deno Deploy?
PS: Thanks in advance!
3 replies
DDeno
Created by this_chord on 2/5/2025 in #help
VS Code Deno formatter doesn't read deno.jsonc
Hey @this_chord. Did you try with these settings in VSCode? .vscode/settings.json:
{
"deno.enable": true,
"deno.unstable": true,
"deno.lint": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}
{
"deno.enable": true,
"deno.unstable": true,
"deno.lint": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}
7 replies