capacitor-standard-version
Version:
Default standard-version config for capacitor app
24 lines (22 loc) • 639 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/dist/index.js",
"args": ["-u", "Edwin Hubble", "-w", "y"]
},
{
"type": "node",
"request": "launch",
"name": "Launch with other params",
"program": "${workspaceFolder}/dist/index.js",
"args": ["-u", "Enrico Fermi", "-w", "y"]
}
]
}