Add official RIT student clubs, matcher quiz, social link hub, and logos
This commit is contained in:
14
backend/.vscode/launch.json
vendored
Normal file
14
backend/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Spring Boot-PortalApplication<portal>",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"mainClass": "com.rit.portal.PortalApplication",
|
||||
"projectName": "portal",
|
||||
"args": "",
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user