File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99// paths
1010$ baseDir = realpath (__DIR__ . "/../ " );
1111$ pwDir = realpath ($ baseDir . "/vendor/processwire/processwire/ " );
12- $ siteDir = realpath ($ pwDir . "/site-default / " );
12+ $ siteDir = realpath ($ pwDir . "/site-blank / " );
1313$ moduleDir = $ siteDir . "/modules/ProcessGraphQL " ;
1414$ testFilesDir = realpath ($ baseDir . "/test/files " );
1515$ siteFilesDir = $ siteDir . "/assets/files " ;
2323 unlink ($ installFile );
2424}
2525
26- // overwrite site-default 's config.php with our own custom one
26+ // overwrite site-blank 's config.php with our own custom one
2727copy (__DIR__ . "/site/config.php " , $ siteDir . "/config.php " );
2828
2929// symlink site/classes directory
7070use ProcessWire \ProcessWire ;
7171
7272$ config = ProcessWire::buildConfig ($ pwDir , null , [
73- "siteDir " => "site-default "
73+ "siteDir " => "site-blank "
7474]);
7575
7676require_once realpath (__DIR__ . "/databaseReset.php " );
You can’t perform that action at this time.
0 commit comments