mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
Do not use model.json (#432)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -21,12 +21,12 @@ import { encode } from 'jwt-simple'
|
||||
import { BucketItem, Client } from 'minio'
|
||||
import contact from '@anticrm/contact'
|
||||
|
||||
import * as txJson from './model.tx.json'
|
||||
import builder from '@anticrm/model-all'
|
||||
import { existsSync } from 'fs'
|
||||
import { mkdir, writeFile } from 'fs/promises'
|
||||
import { join } from 'path'
|
||||
|
||||
const txes = (txJson as any).default as Tx[]
|
||||
const txes = builder.getTxes()
|
||||
|
||||
/**
|
||||
* @public
|
||||
|
||||
Reference in New Issue
Block a user