Skip to content

Commit 2b0ccaf

Browse files
fix: update launch configuration to refresh on static content changes
1 parent bf3d7d9 commit 2b0ccaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/launch.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"module": "uvicorn",
1212
"args": [
1313
"src.app:app",
14-
"--reload"
14+
"--reload",
15+
"--reload-include",
16+
"src/static/*"
1517
],
1618
"jinja": true
1719
}

0 commit comments

Comments
 (0)