UNPKG

@koalarx/nest-cli

Version:

Biblioteca de CLI para criação de projetos utilizando Koala Nest

18 lines (17 loc) 307 B
{ "version": "2.0.0", "tasks": [ { "label": "bun: start:debug", "type": "shell", "command": "bun", "args": ["run", "start:debug"], "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "isBackground": true } ] }