mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 05:42:01 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
};
|
|
|
|
export default config;
|