Frontmatter
| id | 3091 |
| title | buildScripts/main: copy resources to the dist envs for workspace based envs |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 22, 2022, 6:15 PM |
| updatedAt | May 22, 2022, 6:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3091 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 22, 2022, 6:53 PM |

this feels handy for mocking-data in case we drop them into a resources folder inside our workspace. I am adding the logic into the main builds, since they get triggered way less often than the app worker builds.
we could create a separate script for this task if needed.