Hi there, new to Dagger. Is it possible to use (* Directory).Export from Dagger code?
Running build | export _site from Dagger shell command does what I expect. However in Go code, m.Build(ctx, source).Export(ctx, "_site") does not create the _site directory on the host. I guess it does so in the Dagger module runtime container (?)
Is it possible to create a directory on the host directly from Dagger code, or is one required to do it from the command line only ?