create-fleetbo-project 1.2.29 → 1.2.30

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.
@@ -135,7 +135,7 @@ async function runDevEnvironment() {
135
135
 
136
136
  // 3. DÉMARRAGE DE LA LIAISON (UPLINK)
137
137
  const npxCmd = process.platform === 'win32' ? 'npx.cmd' : 'npx';
138
- const uplink = spawn(npxCmd, ['cloudflared', 'tunnel', '--url', \`http://localhost:\${PORT}\`]);
138
+ const uplink = spawn(npxCmd, ['cloudflared', 'tunnel', '--url', \`http://localhost:\${PORT}\`], { shell: true });
139
139
 
140
140
  // Capture de l'URL (Silencieux)
141
141
  uplink.stderr.on('data', (chunk) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {