We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a8a2 commit 6d10cc8Copy full SHA for 6d10cc8
rsconnect/models.py
@@ -82,7 +82,7 @@ class AppModes(object):
82
BOKEH_APP = AppMode(11, "python-bokeh", "Bokeh Application")
83
PYTHON_FASTAPI = AppMode(12, "python-fastapi", "Python FastAPI")
84
QUARTO_SHINY = AppMode(13, "quarto-shiny", "Quarto Shiny Document")
85
- QUARTO_STATIC = AppMode(14, "quarto-static", "Quarto Document", ".Qmd")
+ QUARTO_STATIC = AppMode(14, "quarto-static", "Quarto Document", ".qmd")
86
87
_modes = [
88
UNKNOWN,
0 commit comments