mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
Switch huly core (#10041)
* Switch to huly.core Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix build Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Copyright © 2024 Hardcore Engineering Inc
|
||||
//
|
||||
|
||||
import { configureAnalyticsProviders } from "@hcengineering/analytics-providers"
|
||||
import { type Config } from "./platform"
|
||||
import { configureAnalyticsProviders } from '@hcengineering/analytics-providers'
|
||||
import { type Config } from './platform'
|
||||
|
||||
export function configureAnalytics (config: Config) {
|
||||
configureAnalyticsProviders(config)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user