Files
Sankofa/api/postcss.config.js

5 lines
126 B
JavaScript
Raw Normal View History

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