fix(build): Correct syntax error in tailwind.config.js
Some checks are pending
Test / backend-test (push) Waiting to run
Deploy to Production / deploy (push) Waiting to run
Test / frontend-test (push) Waiting to run

- Fixed malformed object structure where 'plugins' array was orphaned outside the export
- This resolves the 'Unexpected token' build error
- Re-enables the new Stone/Lime design system
This commit is contained in:
fullsizemalt 2025-12-19 15:46:26 -08:00
parent 1874b70e52
commit ff56a592bc

View file

@ -208,6 +208,5 @@ export default {
},
},
},
},
plugins: [],
plugins: [],
}