Skip to content

Commit

Permalink
Disable PWA for dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
8kto committed Mar 13, 2024
1 parent 6bd9a2d commit 6aec685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const withPwa = require('next-pwa')({
skipWaiting: true,
disableDevLogs: isProd,
runtimeCaching,
//disable: !isProd,
disable: !isProd,
})

const linguiConfig = require('./lingui.config')
Expand Down

0 comments on commit 6aec685

Please sign in to comment.