Skip to content

Commit f8ff81a

Browse files
committed
Re-enable Boriel BASIC
1 parent 3198439 commit f8ff81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const hasuraBase = `${hostname}/api`;
1111

1212
export default {
1313
authBase,
14-
enableBoriel: isDev,
14+
enableBoriel: true,
1515
enableZ88dk: isDev,
1616
graphQlEndpoint: `${httpProtocol}://${hasuraBase}/v1/graphql`,
1717
graphQlSubscriptionEndpoint: `${httpProtocol === 'https' ? 'wss' : 'ws'}://${hasuraBase}/v1/graphql`,

0 commit comments

Comments
 (0)