Ruben Gres
first commit
ec3efd7
raw
history blame
167 Bytes
let base = "";
let assets = "";
function set_paths(paths) {
base = paths.base;
assets = paths.assets || base;
}
export { assets as a, base as b, set_paths as s };