Skip to content

Commit caa7bf9

Browse files
committed
Include mock .env file of remix-hydrogen app.
1 parent f9fc1f2 commit caa7bf9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These variables are only available locally in MiniOxygen
2+
3+
SESSION_SECRET="foobar"
4+
PUBLIC_STORE_DOMAIN="mock.shop"

packages/e2e-tests/test-applications/remix-hydrogen/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ node_modules
44
/dist
55
/public/build
66
/.mf
7-
.env
7+
!.env
88
.shopify
99
env.ts

0 commit comments

Comments
 (0)