Skip to content

Commit

Permalink
Remove redundent vite logic (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko authored Nov 8, 2024
1 parent 695b0a4 commit 0e9d64e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/system/console/asset/vite/ViteWatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ protected function createCommand(string $configPath): array
return array_values($command);
}

/**
* Create the public dir if required
*/
protected function beforeExecution(string $configPath): void
{
$publicDir = dirname($configPath) . '/public';
if (!File::exists($publicDir)) {
File::makeDirectory($publicDir);
}
}

/**
* Handle the cleanup of this command if a termination signal is received
*/
Expand Down

0 comments on commit 0e9d64e

Please sign in to comment.