about prod & dev dependencies in deno projects
What are best practices for managing prod/dev dependencies in a clear separate manner with deno?
1. Without workspaces?
2. With workspaces?
3. Using
4. Is a separate
Please help me solve it. Thanks!"
1. Without workspaces?
2. With workspaces?
3. Using
import_map.json (both cases)?4. Is a separate
dev_import_map.json recommended?Please help me solve it. Thanks!"
