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:
+1
-1
@@ -42,7 +42,7 @@ export const fileFolderConfigs: Record<FileFolder, FileFolderConfig> = {
|
||||
[FileFolder.BuiltFrontComponent]: {
|
||||
ignoreExpirationToken: false,
|
||||
},
|
||||
[FileFolder.Asset]: {
|
||||
[FileFolder.PublicAsset]: {
|
||||
ignoreExpirationToken: true,
|
||||
},
|
||||
[FileFolder.Source]: {
|
||||
|
||||
Reference in New Issue
Block a user