79254266

Date: 2024-12-05 10:33:50
Score: 1
Natty:
Report link
const withPWA = require('next-pwa')

 module.exports = withPWA({
   pwa: {
   disable: process.env.NODE_ENV === 'development', //make sure to disable PWA on development
   register: true,
   scope: '/app'      }
 })
 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SAMUEL NZOMO