run the repo locally #1160
Answered
by
saadeghi
Ali-Hussein-dev
asked this question in
Q&A
-
|
I am trying to set up the repo locally and have to add module.exports = {
plugins: [require("/path/to/dist/directory")],
}; |
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
Sep 20, 2022
Replies: 1 comment 7 replies
-
|
You mean your project has plenty of config files?
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
saadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You mean your project has plenty of config files?
require("/path/to/dist/directory")]means the path to the/distdirectory of daisyUI repo. You just need to require it once in thetailwind.config.jsof your own project.