We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800b076 commit 7a713a4Copy full SHA for 7a713a4
packages/realtime-compiler/tests/RealtimeCompilerTest.php
@@ -17,6 +17,7 @@ class RealtimeCompilerTest extends UnitTestCase
17
public static function setUpBeforeClass(): void
18
{
19
putenv('SERVER_LIVE_EDIT=false');
20
+ putenv('SERVER_SAVE_PREVIEW=true');
21
22
define('BASE_PATH', realpath(__DIR__.'/../../../'));
23
0 commit comments