mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 19:48:50 +01:00
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name" : "Attach to meteor",
|
|
"type" : "node",
|
|
"request" : "attach",
|
|
"port" : 9229
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Meteor: All",
|
|
"configurations": ["Meteor: Node", "Meteor: Chrome"]
|
|
}
|
|
]
|
|
}
|