RealtimeSDWebRTC / frontend /next.config.js
Jon Taylor
added UI
1e8ff3b
raw
history blame
109 Bytes
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: false,
output: "export",
};