16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"name": "finance admin dev",
|
|
"request": "launch",
|
|
"url": "http://localhost:9000",
|
|
"env": { "NODE_ENV": "development" },
|
|
"sourceMaps": true,
|
|
"webRoot": "${workspaceFolder}/apps/finance"
|
|
}
|
|
]
|
|
}
|