Skip to content

Commit 1cd18fc

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)