···2727export const CURRENT_SCRIPT_VERSION: string = "1.2.4";
28282929// empty this string if you want to serve the full scripts
3030-// scripts have to be minimized by hand because I was lazy when I wrote them
3131-// I used https://minify-js.com/
3030+// you can run the "npm run minify" script to minify the js files
3231export const USE_SCRIPT_MIN: string = ".min";
33323433/** INTERNAL LIMITS, DO NOT CHANGE **/