Skip to content

Commit 232249c

Browse files
authored
small cleanup (#407)
1 parent 04f0c4f commit 232249c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const callback = () =>
1111
hydrateRoot(document, <RemixBrowser />)
1212
})
1313

14-
if (process.env.NODE_ENV === 'development') {
14+
if (ENV.MODE === 'development') {
1515
import('remix-development-tools').then(({ initClient }) => {
1616
// Add all the dev tools props here into the client
1717
initClient()

0 commit comments

Comments
 (0)