Updated all bookmarklets to just be functions and we can use utils/bookmarkletMaker.js to generate the bookmarklets in the console for now.

This commit is contained in:
Greg Jacobs
2024-06-12 13:04:47 -04:00
parent 3f25aef4f2
commit e2c5035011
26 changed files with 587 additions and 380 deletions

11
.gitignore vendored
View File

@@ -1,3 +1,12 @@
# The usual suspects in frontend dev
package-lock.json
node_modules/
codingstandards.txt
# References used by copilot
references/
#Static files created by apps
output/
# Environment variables
.env