php artisan make:filament-theme --pm=bunUsing bun v1.1.4 INFO Filament theme [resources/css/filament/admin/theme.css] and [resources/css/filament/admin/tailwind.config.js] created successfully. INFO Filament theme [postcss.config.js] created successfully. WARN Action is required to complete the theme setup: ⇂ First, add a new item to the `input` array of `vite.config.js`: `resources/css/filament/admin/theme.css` ⇂ Next, register the theme in the admin panel provider using `->viteTheme('resources/css/filament/admin/theme.css')`
php artisan make:filament-theme --pm=bunUsing bun v1.1.4 INFO Filament theme [resources/css/filament/admin/theme.css] and [resources/css/filament/admin/tailwind.config.js] created successfully. INFO Filament theme [postcss.config.js] created successfully. WARN Action is required to complete the theme setup: ⇂ First, add a new item to the `input` array of `vite.config.js`: `resources/css/filament/admin/theme.css` ⇂ Next, register the theme in the admin panel provider using `->viteTheme('resources/css/filament/admin/theme.css')`
bun run build$ vite buildvite v5.3.5 building for production...transforming (1) resources/js/app.jswarn - The `content` option in your Tailwind CSS configuration is missing or empty.warn - Configure your content sources or your generated CSS will be missing styles.
bun run build$ vite buildvite v5.3.5 building for production...transforming (1) resources/js/app.jswarn - The `content` option in your Tailwind CSS configuration is missing or empty.warn - Configure your content sources or your generated CSS will be missing styles.
Why the
tailwind.config.js
tailwind.config.js
warning here? The Filament command created this file @