sst 2.26.8 → 2.26.9

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.
@@ -314,7 +314,6 @@ export const dev = (program) => program.command(["dev", "start"], "Work on your
314
314
  await exit();
315
315
  });
316
316
  });
317
- console.log("wtf");
318
317
  Logger.debug("dev is ready");
319
318
  const appMetadata = lazy(() => import("../../stacks/app-metadata.js").then((mod) => mod.useAppMetadata()));
320
319
  clear();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sideEffects": false,
3
3
  "name": "sst",
4
- "version": "2.26.8",
4
+ "version": "2.26.9",
5
5
  "bin": {
6
6
  "sst": "cli/sst.js"
7
7
  },