13 lines
279 B
JSON
13 lines
279 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "firefox",
|
||
|
"request": "launch",
|
||
|
"reAttach": true,
|
||
|
"name": "Launch localhost",
|
||
|
"url": "http://localhost:3000/mon-entreprise/simulateurs/salaire-brut-net",
|
||
|
"webRoot": "${workspaceFolder}/site"
|
||
|
}
|
||
|
|
||
|
]
|
||
|
}
|