Open
Description
When we create a project using one of the templates that templates manifest should be automatically applied upon creation.
There are two reasons this doesn't happen right now:
- [BUG] Can't run a single component without running everything #482, which means that we would start all of the components, which isn't what we want.
- I'm not clear on how to best get a handle on a workspace from within a kernel function. Specifically, I'm not sure how to get a reference to a relevant
Workspace
struct from within here:exo/internal/core/server/kernel.go
Lines 80 to 117 in 535bb90