Mercurial > packages > framework
diff src/FrameworkServiceProvider.php @ 3:e107504fa22c
New assets related to BS5
| author | luka |
|---|---|
| date | Mon, 23 Jun 2025 20:20:31 -0400 |
| parents | b44434aaa767 |
| children | 84c75d9d90be |
line wrap: on
line diff
--- a/src/FrameworkServiceProvider.php Wed Jun 18 22:28:47 2025 -0400 +++ b/src/FrameworkServiceProvider.php Mon Jun 23 20:20:31 2025 -0400 @@ -13,8 +13,9 @@ public function boot(): void { $publish_path = __DIR__.'/../publishable'; $this->publishes([ - $publish_path.'/resources/views/components' => resource_path('views/components'), - $publish_path.'/vite.config.js' => base_path(), + $publish_path.'/resources' => resource_path(), + $publish_path.'/vite.config.js' => base_path('vite.config.js'), + $publish_path.'/package.json' => base_path('package.json'), ]); foreach (glob(base_path('routes/resources/*.php')) as $routeFile) {
