unit tests !
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 23s

This commit is contained in:
2025-11-12 10:45:16 -08:00
parent fed1df656d
commit 19554481ff
3 changed files with 598 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
// postcss.config.js
export default {
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
};