| import path from "node:path"; | |
| import { fileURLToPath } from "node:url"; | |
| const projectRoot = path.dirname(fileURLToPath(import.meta.url)); | |
| export default { | |
| plugins: { | |
| "@tailwindcss/postcss": { | |
| base: projectRoot, | |
| }, | |
| }, | |
| }; | |
| import path from "node:path"; | |
| import { fileURLToPath } from "node:url"; | |
| const projectRoot = path.dirname(fileURLToPath(import.meta.url)); | |
| export default { | |
| plugins: { | |
| "@tailwindcss/postcss": { | |
| base: projectRoot, | |
| }, | |
| }, | |
| }; | |