Add analytics Proxy Worker script

This commit is contained in:
Sam Carlton 2022-07-13 13:06:13 -05:00
parent e838e43407
commit 844074fd91
9 changed files with 8445 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}