()
| 48 | }; |
| 49 | |
| 50 | const bootProd = () => { |
| 51 | loadCSS("./build/main.css"); |
| 52 | loadScript("./build/main.js"); |
| 53 | }; |
| 54 | |
| 55 | if (DEV_MODE && DEV_ORIGIN) { |
| 56 | fetch(`${DEV_ORIGIN}/build/main.js`, { method: "HEAD", cache: "no-store" }) |
no test coverage detected