chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-05 08:03:21 -07:00
parent be6cbeda77
commit 60f48549cd
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -67,6 +67,7 @@ window.addEventListener('load', () => {
checkModals()
})()
// text toggle for media pages
;(() => {
const button = document.querySelector('[data-toggle-button]')
const content = document.querySelector('[data-toggle-content]')

View file

@ -1,5 +1,5 @@
name = "analytics-worker"
main = "./index.js" # Add this line to specify the entry point
main = "./index.js"
compatibility_date = "2023-01-01"
account_id = "${CF_ACCOUNT_ID}"

View file

@ -1,5 +1,5 @@
name = "scrobble-worker"
main = "./index.js" # Add this line to specify the entry point
main = "./index.js"
compatibility_date = "2023-01-01"
account_id = "${CF_ACCOUNT_ID}"