Email Confirmation
This commit is contained in:
parent
31588c0d86
commit
509c817863
41 changed files with 148 additions and 6788 deletions
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
|
|
@ -127,6 +127,22 @@
|
|||
"group": "run",
|
||||
"order": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lua",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/src/Yavsc/bin/Debug/net9.0/Yavsc.dll",
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "luadev"
|
||||
},
|
||||
"cwd": "${workspaceFolder}/src/Yavsc",
|
||||
"serverReadyAction": {
|
||||
"action": "openExternally",
|
||||
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
{
|
||||
"name": "web core",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue