rafters 0.0.34 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58509,6 +58509,7 @@ async function generateOutputs(cwd, paths, registry2, exports, shadcn, darkMode
|
|
|
58509
58509
|
}
|
|
58510
58510
|
if (exports.compiled) {
|
|
58511
58511
|
if (!isTailwindCliInstalled()) {
|
|
58512
|
+
log({ event: "init:prompting_exports" });
|
|
58512
58513
|
await ensureTailwindCli(cwd);
|
|
58513
58514
|
}
|
|
58514
58515
|
log({ event: "init:compiling_css" });
|