mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 13:23:13 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
|
|
/** @type {import('next').NextConfig} */
|
||
|
|
const nextConfig = {};
|
||
|
|
|
||
|
|
module.exports = nextConfig;
|