chore: initial project setup

This commit is contained in:
Stevan Freeborn
2024-08-10 14:46:45 -05:00
commit fec8540d26
12 changed files with 1041 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"SanctionsSearch.Worker": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}