feat: add dev packages"

This commit is contained in:
2025-01-10 21:40:12 +01:00
parent 22a0d5a22b
commit 0458a8228f
6 changed files with 444 additions and 42 deletions

View File

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