mirror of
https://github.com/axzilla/templui.git
synced 2025-02-22 12:52:38 +00:00
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
|
const baseConfig = require("./tailwind.config.js");
|
||
|
|
||
|
module.exports = {
|
||
|
...baseConfig,
|
||
|
content: ["./pkg/**/*.templ", "./pkg/**/*.go"],
|
||
|
};
|