Compare commits
3 Commits
8ee211442e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 716a22c542 | |||
| 5b892367eb | |||
| c1f3e476cf |
@@ -32,7 +32,7 @@
|
|||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.47.0"
|
"typescript-eslint": "8.47.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.22.0",
|
"packageManager": "pnpm@10.23.0",
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@types/react": "19.2.6",
|
"@types/react": "19.2.6",
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const config = {
|
const config = {
|
||||||
plugins: ["@tailwindcss/postcss"],
|
plugins: {
|
||||||
|
'@tailwindcss/postcss': {},
|
||||||
|
cssnano: {},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|||||||
Reference in New Issue
Block a user