Skip to content

Commit a3271c5

Browse files
authored
Update SSR directory (#1084)
1 parent fd703f0 commit a3271c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ protected function installInertiaSsrStack()
525525

526526
$this->replaceInFile("'enabled' => false", "'enabled' => true", config_path('inertia.php'));
527527
$this->replaceInFile('vite build', 'vite build && vite build --ssr', base_path('package.json'));
528-
$this->replaceInFile('/storage/*.key', '/storage/ssr'.PHP_EOL.'/storage/*.key', base_path('.gitignore'));
528+
$this->replaceInFile('/node_modules', '/bootstrap/ssr'.PHP_EOL.'/node_modules', base_path('.gitignore'));
529529
}
530530

531531
/**

0 commit comments

Comments
 (0)