feat: add initial projects

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-01 20:59:10 +01:00
commit be4d755d51
14 changed files with 480 additions and 0 deletions

6
alloy/wit/world.wit Normal file
View File

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