Skip to content

Commit

Permalink
Fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 authored Jan 6, 2025
1 parent 35b1ec9 commit 4a23a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FieldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class FieldServiceProvider extends ServiceProvider
public function boot(): void
{
Nova::serving(function (ServingNova $event) {
Nova::mix('gridder', __DIR__.'/../dist/mix-manifest.json');
Nova::script('gridder', __DIR__.'/../dist/js/field.js');
Nova::style('gridder', __DIR__.'/../dist/css/field.css');
});
}

Expand Down

0 comments on commit 4a23a14

Please sign in to comment.