perfected automated logins
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@@ -7,6 +7,5 @@
|
||||
"github.copilot-chat",
|
||||
"anbuselvanrocky.bootstrap5-vscode",
|
||||
"hansuxdev.bootstrap5-snippets",
|
||||
"brapifra.phpserver"
|
||||
]
|
||||
}
|
||||
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -11,10 +11,11 @@
|
||||
"-t",
|
||||
"web"
|
||||
],
|
||||
"hostname": "localhost",
|
||||
"port": 5902,
|
||||
"serverReadyAction": {
|
||||
"action": "openExternally"
|
||||
"action": "openExternally",
|
||||
"pattern": "listening on http://localhost:([0-9]+)",
|
||||
"uriFormat": "http://localhost:%s",
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user