mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
move triggers to server-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-core": "~0.6.0",
|
||||
"@anticrm/server": "~0.6.0"
|
||||
"@anticrm/server-core": "~0.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user