commandkit 0.1.11-dev.20250308183646 → 0.1.11-dev.20250309035914

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
@@ -4868,7 +4868,7 @@ var init_version = __esm({
4868
4868
  "use strict";
4869
4869
  init_cjs_shims();
4870
4870
  version = /* @__MACRO__ $version */
4871
- "0.1.11-dev.20250308183646";
4871
+ "0.1.11-dev.20250309035914";
4872
4872
  }
4873
4873
  });
4874
4874
 
@@ -5181,10 +5181,7 @@ async function bootstrapDevelopmentServer(configPath) {
5181
5181
  watcher.on("change", hmrHandler);
5182
5182
  watcher.on("add", hmrHandler);
5183
5183
  watcher.on("unlink", hmrHandler);
5184
- watcher.on("unlinkDir", (path3) => {
5185
- const hasChild = (0, import_node_fs10.readdirSync)(path3).length > 0;
5186
- if (hasChild) return hmrHandler(path3);
5187
- });
5184
+ watcher.on("unlinkDir", hmrHandler);
5188
5185
  watcher.on("error", (e) => {
5189
5186
  console.error(e);
5190
5187
  });
@@ -5201,7 +5198,7 @@ ${colors_default.yellowBright("re")} - Reload all events
5201
5198
  ${colors_default.yellowBright("rl")} - Reload all locales`
5202
5199
  );
5203
5200
  }
5204
- var import_path2, import_chokidar, import_node_fs10, isCommandSource, isEventSource, isLocaleSource;
5201
+ var import_path2, import_chokidar, isCommandSource, isEventSource, isLocaleSource;
5205
5202
  var init_development = __esm({
5206
5203
  "src/cli/development.ts"() {
5207
5204
  "use strict";
@@ -5212,7 +5209,6 @@ var init_development = __esm({
5212
5209
  init_app_process();
5213
5210
  init_build();
5214
5211
  import_chokidar = require("chokidar");
5215
- import_node_fs10 = require("fs");
5216
5212
  init_utilities();
5217
5213
  init_colors();
5218
5214
  __name(buildAndStart, "buildAndStart");