Do not use model.json (#432)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2021-11-30 12:05:11 +01:00
committed by GitHub
parent e82bbba646
commit 9f5e2dc6cf
10 changed files with 19 additions and 7735 deletions
+2 -2
View File
@@ -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