We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a7a9d commit 250dfaeCopy full SHA for 250dfae
deploy/classic/api/runtime-node.md
@@ -32,9 +32,6 @@ const server = createServer((req, res) => {
32
server.listen(8080);
33
```
34
35
-_You can see this example live here:
36
-https://dash.deno.com/playground/node-specifiers_
37
-
38
When using `node:` specifiers, all other features of Deno Deploy Classic are
39
still available. For example, you can use `Deno.env` to access environment
40
variables even when using Node.js modules. You can also import other ESM modules
0 commit comments