Skip to content

Commit

Permalink
[2.x] Remove tailwind config files on api stack (#444)
Browse files Browse the repository at this point in the history
* remove tailwind config js file on api stack

* remove postcss config js file
  • Loading branch information
p-nerd authored Jan 6, 2025
1 parent 79b69ef commit 40b4365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/InstallsApiStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ protected function removeScaffoldingUnnecessaryForApis()
// Remove frontend related files...
$files->delete(base_path('package.json'));
$files->delete(base_path('vite.config.js'));
$files->delete(base_path('tailwind.config.js'));
$files->delete(base_path('postcss.config.js'));

// Remove Laravel "welcome" view...
$files->delete(resource_path('views/welcome.blade.php'));
Expand Down

0 comments on commit 40b4365

Please sign in to comment.