Help with Tailwind Config

I'm really struggling getting Filament to work with my existing Livewire setup. NPM is throwing this error:
Internal server error: [postcss] 'import' and 'export' may appear only with 'sourceType: module' (4:0)
CleanShot_2023-10-05_at_23.04.422x.png
Solution
add "type": "module" to your package.json
Was this page helpful?