d5dba3cc09
- Graduate from Bucknell May 2026, starting MS CompE at Boston University - Add honors thesis to publications with abstract and PDF - Update Dean's List to 7 semesters (Spring 2026) - Fix GPA display: Engineering GPA 3.92 / Overall 3.67 - Fix breadcrumb hidden under navbar (pt-16 on content wrapper) - Fix Research Interests card extra top padding - Update research interests blurb to grad-school voice - Save dev server config to .claude/launch.json Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "personal-website",
|
|
"runtimeExecutable": "bun",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 3000
|
|
}
|
|
]
|
|
}
|