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 fd390d5 commit 8cc0290Copy full SHA for 8cc0290
client/src/features/sessionsV2/session.constants.tsx
@@ -125,6 +125,13 @@ export const BUILDER_FRONTENDS = [
125
"Web-based interactive development environment for Jupyter notebooks, code and data.",
126
/* eslint-enable spellcheck/spell-checker */
127
},
128
+ {
129
+ /* eslint-disable spellcheck/spell-checker */
130
+ value: "ttyd",
131
+ label: "ttyd",
132
+ description: "Web-based terminal, with minimalist interface.",
133
+ /* eslint-enable spellcheck/spell-checker */
134
+ },
135
] as readonly BuilderSelectorOption[];
136
137
export const IMAGE_BUILD_DOCS =
0 commit comments