mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 20:37:46 +00:00
9 lines
109 B
JavaScript
9 lines
109 B
JavaScript
/**
|
|
* @type {import('postcss').ProcessOptions}
|
|
*/
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|