Musicseerr/frontend/postcss.config.mjs
Arno a3e0b2f65a
chore: Svelte 5 migration & lint & type fixes (#24)
* fix formatting

* apply svelte-5 migration script

* use derived.by

* format again

* fix lint errors

* fix check errors

* fix unnecessary use of dismissedVersion

* add frontend CI

* set working dir to frontend

* fix working dir?

* and fix script names

* revert debug change

* add concurrency block & adjust pnpm cache-dependency-path
2026-04-06 12:45:43 +01:00

5 lines
64 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {}
}
};