5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
|
|
/** Node API tests only — prevent Vitest from loading ../postcss.config.js (tailwind). */
|
||
|
|
export default {
|
||
|
|
plugins: {},
|
||
|
|
}
|