chore: cleanup
This commit is contained in:
parent
be6cbeda77
commit
60f48549cd
3 changed files with 3 additions and 2 deletions
|
@ -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]')
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Reference in a new issue