SIGN IN SIGN UP

fix(modal): modal sandboxes fail to upload files (#657)

### Summary

Modal v0.8.0 released the following breaking change:
```
Breaking: Removed the deprecated low-level file-handle API: Sandbox.Open / SandboxFile (Go), and sandbox.open / SandboxFile (JS). Use the Sandbox Filesystem API instead: sandbox.Filesystem() (Go) / sandbox.filesystem (JS).
```
Ref:
https://github.com/modal-labs/modal-client/blob/main/CHANGELOG_GO_JS.md

This PR updates our implementation to use the sandbox filesystem api

### Tests

Updated `sandbox.test.ts` mocks to model `sandbox.filesystem`
C
Colin Francis committed
5f93c114759399002a3981a93e3df13981514b1d
Parent: ff7d82a
Committed by GitHub <noreply@github.com> on 7/8/2026, 3:52:34 PM