MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / bootProd

Function bootProd

src/boot.js:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

boot.jsFile · 0.85

Calls 2

loadCSSFunction · 0.85
loadScriptFunction · 0.85

Tested by

no test coverage detected