Close the sandbox and release all resources.
After closing, the sandbox cannot be used again. This terminates the sandbox container on Modal.
close(): Promise<void>try {
await sandbox.execute("npm run build");
} finally {
await sandbox.close();
}