Mark scripts as modules to avoid global name collision

This commit is contained in:
Marshall Polaris 2022-10-03 14:19:53 -07:00
parent 42cc07e4a6
commit 6c8a3adf10
2 changed files with 4 additions and 0 deletions

View File

@ -50,3 +50,5 @@ async function main() {
}
}
main()
export {}

View File

@ -61,3 +61,5 @@ async function main() {
}
}
main()
export {}