···2626// for the runtime scripts (ex: main.js & postHelper.js)
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/
3232+export const USE_SCRIPT_MIN: string = ".min";
3333+2934/** INTERNAL LIMITS, DO NOT CHANGE **/
3035// Maximums used internally, do not change these directly.
3136export const MAX_REPOST_INTERVAL_LIMIT: number = MAX_REPOST_INTERVAL + 1;