Auth réparée

This commit is contained in:
2025-03-05 19:56:58 +01:00
parent 3c5d3b4c5a
commit d3813bfcdb
6 changed files with 136 additions and 177 deletions

View File

@ -4,7 +4,22 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "npm: vite",
},
{
"name": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"name": "Launch Edge",
"request": "launch",