-
SubjectCodegen DescriptionThe docs don't actually say anywhere how the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think the it's done here panda/packages/node/src/builder.ts Line 93 in 0a11c59 tl;dr is: postcss plugin uses the Builder which finds a list of file dependencies for the panda.config.ts (from what was imported, recursively) and then checks that any of those config dependencies has changed whenever the postcss plugin notifies the builder that something has changed
|
Beta Was this translation helpful? Give feedback.
I don't think the
prepare
script helps with watching files, but there is some file watching in thepostcss
plugin which you are probably (?) usingit's done here
panda/packages/node/src/builder.ts
Line 93 in 0a11c59
tl;dr is:
postcss plugin
uses theBuilder
which finds a list of file dependencies for thepanda.config.ts
(from what was imported, recursively) and then checks that any of those config dependencies has changed whenever the postcss plugin notifies the builder that something has changed