prjct-cli 0.13.1 → 0.13.3

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.
Files changed (2) hide show
  1. package/bin/serve.js +1 -1
  2. package/package.json +1 -1
package/bin/serve.js CHANGED
@@ -334,7 +334,7 @@ if (!fs.existsSync(nextDir)) {
334
334
  }
335
335
 
336
336
  // Start web server in production mode
337
- const web = spawn('npm', ['run', 'start:prod'], {
337
+ const web = spawn('npm', ['run', 'start'], {
338
338
  cwd: webDir,
339
339
  stdio: 'inherit',
340
340
  shell: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prjct-cli",
3
- "version": "0.13.1",
3
+ "version": "0.13.3",
4
4
  "description": "Built for Claude - Ship fast, track progress, stay focused. Developer momentum tool for indie hackers.",
5
5
  "main": "core/index.ts",
6
6
  "bin": {