Skip to content

Commit

Permalink
Rename "bun" config to "dom-bun"
Browse files Browse the repository at this point in the history
This configuration is specifically for rendering the dom packages with bun.
  • Loading branch information
sebmarkbage committed Feb 6, 2023
1 parent 25b487b commit ab493d9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared/inlinedHostConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = [
isServerSupported: true,
},
{
shortName: 'bun',
shortName: 'dom-bun',
entryPoints: ['react-dom', 'react-dom/src/server/ReactDOMFizzServerBun.js'],
paths: [
'react-dom',
Expand Down

0 comments on commit ab493d9

Please sign in to comment.