churn-universe/alloy/wit/world.wit
kjuulh be4d755d51
feat: add initial projects
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-01 20:59:10 +01:00

7 lines
137 B
Plaintext

package component:alloy;
/// An example world for the component to target.
world alloy {
export component:churn-tasks/task@0.1.0;
}