You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg.innerText='Aucun paramètre trouvé — vous pouvez initialiser .env.local à partir du modèle.';
31
+
container.appendChild(msg);
32
+
// Show init button (reuse existing init endpoint flow)
33
+
constinitDiv=document.createElement('div');
34
+
initDiv.style.marginTop='10px';
35
+
initDiv.innerHTML=`<button id="btn-init-env" class="secondary">Initialiser .env.local</button> <span style="color:#888; font-size:12px; margin-left:8px;">Crée .env.local à partir de .env.example</span>`;
0 commit comments