olly-molly 0.1.16 → 0.1.17

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/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -162,7 +162,7 @@ async function main() {
162
162
  }, 2000);
163
163
 
164
164
  const server = spawn('npx', ['next', 'start', '--port', '1234'], {
165
- cwd: APP_DIR, stdio: 'inherit'
165
+ cwd: APP_DIR, stdio: 'inherit', shell: true
166
166
  });
167
167
 
168
168
  server.on('close', (code) => process.exit(code || 0));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "olly-molly",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Your AI Development Team, Running Locally - Manage AI agents (PM, Frontend, Backend, QA) from a beautiful kanban board",
5
5
  "keywords": [
6
6
  "ai",