/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-devtools/src/menu/MENU_DEVTOOLS.ts
10 строк
350 B
Alexey
dbeaver/pro#5200 feat: fast connection / folder creation in the explorer (#3464)
27 май 2025, 16:33
Не верифицирован
27 май 2025, 16:33
06a0411
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2025 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ import { createMenu } from '@cloudbeaver/core-view'; export const MENU_DEVTOOLS = createMenu('devtools', { label: 'DevTools' });