Generates a Progressive Web App (PWA) route string by prefixing the given route with "pwa:".
The route string to be prefixed.
The PWA route string.
const pwaRoute = makePWARoute('home');console.log(pwaRoute); // Output: 'pwa:home' Copy
const pwaRoute = makePWARoute('home');console.log(pwaRoute); // Output: 'pwa:home'
Generates a Progressive Web App (PWA) route string by prefixing the given route with "pwa:".