mirror of
https://github.com/bendtherules/multimeter-connect-web.git
synced 2026-08-18 13:52:26 +00:00
Add PWA setup
This commit is contained in:
+9
-3
@@ -1,4 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const withPWA = require("next-pwa")({
|
||||
dest: "public",
|
||||
});
|
||||
|
||||
module.exports = nextConfig
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
|
||||
module.exports = withPWA({
|
||||
nextConfig,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user