parent
4c6ff2bccf
commit
23af650435
@ -2,4 +2,5 @@
|
||||
set -e
|
||||
|
||||
cp -r /app/packages/core/app/dist/client/* /app/public/
|
||||
pnpm tachybase upgrade -S
|
||||
pnpm start --quickstart
|
||||
|
@ -1,7 +1,9 @@
|
||||
import { Field } from '@tachybase/schema';
|
||||
import { evaluators } from '@tachybase/evaluators/client';
|
||||
import { Field } from '@tachybase/schema';
|
||||
import { uid } from '@tachybase/utils/client';
|
||||
|
||||
import _ from 'lodash';
|
||||
|
||||
import { ActionType } from '../../../schema-settings/LinkageRules/type';
|
||||
import { VariableOption, VariablesContextType } from '../../../variables/types';
|
||||
import { REGEX_OF_VARIABLE } from '../../../variables/utils/isVariable';
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"typeRoots": ["./node_modules/@types"]
|
||||
}
|
||||
}
|
@ -4,15 +4,15 @@ import {
|
||||
GeneralField,
|
||||
IExchangeArrayStateProps,
|
||||
INodePatch,
|
||||
ISpliceArrayStateProps,
|
||||
LifeCycleTypes,
|
||||
isArrayField,
|
||||
isDataField,
|
||||
ISpliceArrayStateProps,
|
||||
isVoidField,
|
||||
LifeCycleTypes,
|
||||
} from '@formily/core';
|
||||
import { batch } from '@formily/reactive';
|
||||
import { unstable_useCompatEffect } from '@formily/reactive-react';
|
||||
import { FormPath, each, isNumberLike } from '@formily/shared';
|
||||
import { each, FormPath, isNumberLike } from '@formily/shared';
|
||||
|
||||
export * from '@formily/core';
|
||||
export type { ArrayField, Field, FormPathPattern, GeneralField, ObjectField } from '@formily/core';
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"typeRoots": ["./node_modules/@types"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user