move triggers to server-core

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-08-18 19:43:17 +02:00
parent d28082ee89
commit 9d1e483ef9
5 changed files with 40 additions and 58 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
import type { Tx, Ref, Doc, Class, DocumentQuery, FindResult, FindOptions } from '@anticrm/core'
import core, { ModelDb, TxDb, Hierarchy, DOMAIN_TX, TxFactory, ServerStorage } from '@anticrm/core'
import { Triggers } from '@anticrm/server'
import { Triggers } from '@anticrm/server-core'
import * as txJson from './model.tx.json'