2162 Add asset watcher in twenty-sdk dev mode (#17513)

- assets are pushed in .twenty/output
- assets are uploaded in FileFolder.Assets
- not handled yet by the sync-manifest endpoint
This commit is contained in:
martmull
2026-01-29 10:08:44 +01:00
committed by GitHub
parent 1cc08b84c4
commit 3412992e99
42 changed files with 414 additions and 135 deletions
@@ -4,4 +4,5 @@ export enum SyncableEntity {
Function = 'function',
FrontComponent = 'frontComponent',
Role = 'role',
PublicAsset = 'publicAsset',
}