- add a new optional key `postInstallLogicFunctionUniversalIdentifier` in applicationConfig - seed postInstall function in create-twenty-app - update execute:function options - update doc
Move all sync entities in an `entities` key. Rename functions to logicFunctions ```json { application: { ... }, entities: { objects: [], logicFunctions: [], ... } } ```