|
const addResourceHashed = async (name: string, path: string, ref: string) => {
|
|
const addResourceHashed = async (name: string, path: string, ref: string) => {
|
|
resourcesHashed[name] = { path: getResourceUrl(path, ref), ref, hash: undefined };
|
|
resourcesHashed[name] = { path: getResourceUrl(path, ref), ref, hash: undefined };
|