examples/vanilla/assets/js/app.ts
const target = document.getElementById('app')
if (target) {
target.setAttribute('data-release-kit', 'volt-built')
}
export {}
const target = document.getElementById('app')
if (target) {
target.setAttribute('data-release-kit', 'volt-built')
}
export {}