mirror of
https://github.com/creyD/email_valid.git
synced 2026-04-12 11:20:30 +02:00
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Run",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "uvicorn",
|
|
"args": ["app.main:app", "--reload"],
|
|
"jinja": true,
|
|
"justMyCode": true,
|
|
"env": {
|
|
"PYDEVD_DISABLE_FILE_VALIDATION": "1"
|
|
}
|
|
}
|
|
]
|
|
}
|