J'aimerais que vous intégrez cette clé, s'il vous plaît, sur mon entreprise. Merci.npx "@builder.io/dev-tools@latest" lancement
2bb61c7
verified
| // Main application script | |
| document.addEventListener('DOMContentLoaded', function() { | |
| // Initialize tooltips | |
| const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')); | |
| tooltipTriggerList.map(function (tooltipTriggerEl) { | |
| return new bootstrap.Tooltip(tooltipTriggerEl); | |
| }); | |
| // Handle DevTools launch | |
| const launchBtn = document.getElementById('launchBtn'); | |
| if (launchBtn) { | |
| launchBtn.addEventListener('click', function() { | |
| // This would be replaced with actual DevTools launch logic | |
| console.log('Builder.io DevTools launch initiated'); | |
| }); | |
| } | |
| }); |