mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
fix build
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
go: GoIcon,
|
||||
python3: PythonIcon,
|
||||
deno: TypeScriptIcon,
|
||||
// graphql: TypeScriptIcon,
|
||||
graphql: TypeScriptIcon,
|
||||
bun: TypeScriptIcon,
|
||||
bash: BashIcon,
|
||||
pgsql: PostgresIcon,
|
||||
|
||||
@@ -12,8 +12,12 @@ export function scriptLangToEditorLang(lang: Script.language) {
|
||||
return 'typescript'
|
||||
} else if (lang == 'nativets') {
|
||||
return 'typescript'
|
||||
} else if (lang == 'graphql') {
|
||||
return 'typescript'
|
||||
} else if (lang == 'postgresql') {
|
||||
return 'sql'
|
||||
} else if (lang == 'mysql') {
|
||||
return 'sql'
|
||||
} else if (lang == 'python3') {
|
||||
return 'python'
|
||||
} else if (lang == 'bash') {
|
||||
|
||||
Reference in New Issue
Block a user