Skip to content

Commit fecaeee

Browse files
committed
revert catalog change
1 parent 4534756 commit fecaeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/catalog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const getConnectionModes = (destination) => {
8888
if (destination.platforms.server) {
8989
connectionModes.cloud.server = true
9090
}
91-
if (destination.platforms.browser && destination.browserUnbundlingPublic) {
91+
if (destination.platforms.browser) {
9292
connectionModes.cloud.web = true
9393
}
9494
break

0 commit comments

Comments
 (0)