This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
PWA disabled in development
feature/axios_provider
cyril.tsui
5 months ago
parent
2073d43ccd
commit
7990d5f4c2
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
next.config.js
+ 1
- 0
next.config.js
View File
@@ -5,6 +5,7 @@ const withPWA = require("next-pwa")({
dest: "public",
dest: "public",
register: true,
register: true,
skipWaiting: true,
skipWaiting: true,
disable: process.env.NODE_ENV === 'development'
});
});
const nextConfig = {
const nextConfig = {
Write
Preview
Loading…
Cancel
Save