mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 06:25:12 +00:00
13 lines
No EOL
279 B
JSON
13 lines
No EOL
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"
|
|
}
|
|
|
|
]
|
|
} |