{ "workspace": ["main", "test"], "tasks": { "dev": { "dependencies": ["dev:test", "dev:main"] }, "dev:test": { "command": "deno task --cwd=./test dev" }, "dev:main": { "command": "deno task --cwd=./main dev" } } }
Join the Discord to ask follow-up questions and connect with the community
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members