Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- feature: added mount feature for assets and mount folder #63

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agallardol
Copy link
Contributor

Add Asset and Mount File Support for Deno Tools

This PR adds support for mounting files in two ways:

  • Read-only assets via context.assets
  • Read-write mount files via context.mount_files

The implementation includes:

  • New directories in execution storage for assets and mount points
  • Docker mount configuration for file access
  • Tests validating both read-only and read-write file operations

This enables tools to work with external files in a controlled manner, with clear separation between read-only assets and writable mount points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant