feat: add dev-packages

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-01-05 21:33:11 +01:00
parent 451270f64b
commit dee3421313
9 changed files with 828 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
package component:dev-packages;
/// An example world for the component to target.
world dev-packages {
import component:churn-tasks/process@0.1.0;
export component:churn-tasks/task@0.1.0;
}