We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997f029 commit 9943b00Copy full SHA for 9943b00
1 file changed
test/utils/stack-instance.ts
@@ -13,7 +13,7 @@ function stackInstance() {
13
live_preview: {
14
enable: false,
15
preview_token: process.env.PREVIEW_TOKEN || '',
16
- host: process.env.HOST || '',
+ host: process.env.LIVE_PREVIEW_HOST || '',
17
}
18
};
19
0 commit comments