Skip to content

Commit

Permalink
fix(client): custom registry should include the credentials only for …
Browse files Browse the repository at this point in the history
…csb urls (#555)
  • Loading branch information
danilowoz committed Aug 22, 2022
1 parent d1ec478 commit de1e424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sandpack-client/.bundler
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Manually generated file to trigger new releases based on the bundler changes.
// The following value is the commit hash from codesandbox-client
5712eae0c97f625d9390fa71266280a88e4f9fad
c758886ab802f7e2fe3aa46f0b8d4c12364fe3ce
4 changes: 2 additions & 2 deletions sandpack-react/src/presets/CustomSandpack.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export const CustomNpmRegistries: React.FC = () => (
{
enabledScopes: ["@codesandbox"],
limitToScopes: true,
registryUrl: "https://7khir3-4000.preview.csb.app",
registryUrl: "https://xywctu-4000.preview.csb.app",
},
],
}}
Expand All @@ -447,4 +447,4 @@ export default function App() {
}}
template="react"
/>
);
);

0 comments on commit de1e424

Please sign in to comment.