mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
add more packages to compile workbench
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
<script lang="ts">
|
||||
|
||||
import { getResource } from '@anticrm/platform'
|
||||
import type { Connection } from '@anticrm/client'
|
||||
import type { Client } from '@anticrm/core'
|
||||
import client from '@anticrm/client'
|
||||
|
||||
import Workbench from './Workbench.svelte'
|
||||
|
||||
async function connect(): Promise<Connection> {
|
||||
async function connect(): Promise<Client> {
|
||||
const getClient = await getResource(client.function.GetClient)
|
||||
return getClient()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user