A very common reason is a wrong site baseUrl configuration.\n

Current configured baseUrl = / (default value)\n

We suggest trying baseUrl = \n\n',document.body.prepend(n);var e=document.getElementById("__docusaurus-base-url-issue-banner-suggestion-container"),s=window.location.pathname,o="/"===s.substr(-1)?s:s+"/";e.innerHTML=o}document.addEventListener("DOMContentLoaded",(function(){void 0===window.docusaurus&&insertBanner()}))

Skip to main content
Deno logo

Deno Docs

Deno Runtime

Deno, the open-source runtime for TypeScript and JavaScript. Features built-in dev tools, powerful platform APIs, and native support for TypeScript and JSX.

Deno docs

More about Deno:

Deno basics

New to Deno? This is the place to start. Get started

Configuration

Customizations for Deno’s built-in TypeScript compiler, formatter, and linter. Deno config

Testing in Deno

All about Deno’s built-in test runner for JavaScript or TypeScript code. More about Testing

Deno Deploy

Serverless platform for deploying JavaScript code to a fast, global edge network. Supports Deno APIs and Node.js / npm modules

Deploy docs

Deno Deploy APIs:

KV

Key/value database built in to the Deno runtime. Simple API, works with zero configuration on Deno Deploy. KV docs

Cron

Execute code on a configurable schedule at the edge in any time zone. Cron docs

Queues

Deno’s queueing API for offloading larger workloads or scheduling tasks with guaranteed delivery. Queues docs