Davide Prevosto
Davide Prevosto
I noticed the same behaviour. I was unable to enqueue the css file. This is my vite.config.js: ``` import create_config from '@kucrut/vite-for-wp'; export default create_config( { app: 'assets/js/discount-codes.ts', css: 'assets/css/discount-codes.css',...
@mpociot on my case I am using artisan serve instead of nginx to reach our mobile network. Is it not the right approach?
I've completely misunderstood the scope of that counter. Sorry about that. I will try to better understand how and when I can use the dispatch.
@agaitan026 I suppose you should fix from: ```php ->plugin( \TomatoPHP\FilamentLogger\FilamentLoggerPlugin::make() ,FilamentClearCachePlugin::make()) ``` to ```php ->plugins([ \TomatoPHP\FilamentLogger\FilamentLoggerPlugin::make(), FilamentClearCachePlugin::make() ]) ```
My Models are not `final`, but I am getting the same issue.