@atlashub/smartstack-cli 3.24.0 → 3.25.0

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 CHANGED
@@ -116901,6 +116901,10 @@ obj/
116901
116901
  *.suo
116902
116902
  .vs/
116903
116903
 
116904
+ ## EF Core design-time artifacts (Roslyn BuildHost creates corrupted bin folders on Windows)
116905
+ **/bin?Debug/
116906
+ **/bin[!a-zA-Z0-9/\\\\]Debug/
116907
+
116904
116908
  ## Node
116905
116909
  node_modules/
116906
116910
  dist/
@@ -117436,6 +117440,7 @@ export default App;
117436
117440
  logSafeWriteResult(app_relPath, app_result);
117437
117441
  recordFile(state, "frontend", app_relPath, app_result.hash);
117438
117442
  const indexCss = `@import "tailwindcss";
117443
+ @source "../node_modules/@atlashub/smartstack/dist/**/*.js";
117439
117444
  `;
117440
117445
  const css_relPath = `${webRelPrefix}/src/index.css`;
117441
117446
  const css_result = await safeWriteFile((0, import_path7.join)(webDir, "src", "index.css"), indexCss, findKnownHash(state, "frontend", css_relPath));