Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidrezaei authored Dec 6, 2021
1 parent 88d4c86 commit de9c359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Configs/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
return [
'nodePath' => env( 'NODE_PATH', '/usr/sbin/node' ),
'npmPath' => env( 'NPM_PATH', '/usr/local/bin/npm' ),
];
'chromePath' => env( 'CHROME_PATH', '/usr/bin/google-chrome' ),

];

0 comments on commit de9c359

Please sign in to comment.