Skip to content

Commit

Permalink
feat: Add spread operator for options in runtime client (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Feb 22, 2024
1 parent b63b1d1 commit b7c7551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandpack-client/src/clients/runtime/index.ts
Expand Up @@ -251,6 +251,7 @@ export class SandpackRuntime extends SandpackClient {
customNpmRegistries: this.options.customNpmRegistries,
teamId: this.options.teamId,
sandboxId: this.options.sandboxId,
...this.options,
});
}

Expand Down

0 comments on commit b7c7551

Please sign in to comment.