add router and View links
This commit is contained in:
@ -190,7 +190,12 @@ function createDetailsTypeValues(view: EndpointDef, systemDef: SystemDef) {
|
||||
return out;
|
||||
}
|
||||
|
||||
function componentDestination(systemDefName: string, componentName: string) {
|
||||
return path.join(process.cwd(), `frontend-${systemDefName}`, 'src', 'components', componentName);
|
||||
}
|
||||
|
||||
export {
|
||||
componentDestination,
|
||||
createDetailsInitValues,
|
||||
createDetailsTypeValues,
|
||||
findColumn,
|
||||
|
Reference in New Issue
Block a user