music-web/web/postcss.config.js
Jarian Cottingham bc40a19c49 Initial commit: web frontend
React web app for the self-hosted music streaming project,
carved out from the music-app monorepo. Uses @music-app/shared
for shared types and utilities.
2026-08-21 18:44:05 +00:00

6 lines
79 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}