showpane 0.4.7 → 0.4.8

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-04-09T14:38:37.519Z",
3
+ "generatedAt": "2026-04-09T14:58:36.873Z",
4
4
  "scaffoldVersion": "0.2.3",
5
5
  "files": {
6
6
  ".env.example": "0dd692f1c7e6bcabdf5dbdfe9abb73797d79d8e90da150d6098b63ddc695dc29",
package/dist/index.js CHANGED
@@ -1177,6 +1177,8 @@ async function createProject(args) {
1177
1177
  error(`Target directory already exists: ${dirName}/`);
1178
1178
  process.exit(1);
1179
1179
  }
1180
+ pathSetup = await maybeConfigureShellPath(config, options);
1181
+ writeShowpaneConfig(config);
1180
1182
  console.log();
1181
1183
  blue(`Setting up ${BOLD}${companyName}${RESET} portal as ${DIM}${dirName}/${RESET}`);
1182
1184
  console.log();
@@ -1227,7 +1229,6 @@ AUTH_SECRET="${authSecret}"
1227
1229
  deployMode: "local",
1228
1230
  orgSlug: ""
1229
1231
  });
1230
- pathSetup = await maybeConfigureShellPath(config, options);
1231
1232
  writeShowpaneConfig(config);
1232
1233
  writeProjectState(
1233
1234
  projectRoot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "showpane",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "CLI for Showpane \u2014 AI-generated client portals",
5
5
  "type": "module",
6
6
  "bin": {