Files
multimeter-connect-web/next.config.js
T
2023-07-17 11:55:06 +05:30

11 lines
174 B
JavaScript

const withPWA = require("next-pwa")({
dest: "public",
});
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = withPWA({
...nextConfig,
});