Skip to main content

examples/vanilla/assets/js/app.ts

const target = document.getElementById('app')
if (target) {
  target.setAttribute('data-release-kit', 'volt-built')
}

export {}