CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
constants.js14 linesDownload Raw Back to config
1import url from 'node:url'2import path from 'node:path'3 4export const SERVICE_WORKER_SOURCE_PATH = url.fileURLToPath(5  new URL('../src/mockServiceWorker.js', import.meta.url),6)7 8export const SERVICE_WORKER_BUILD_PATH = url.fileURLToPath(9  new URL(10    path.join('../lib', path.basename(SERVICE_WORKER_SOURCE_PATH)),11    import.meta.url,12  ),13)14 
basant307/AI_Governance_Project · CoolFace