mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-23 22:18:20 -05:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
|
|
}
|
|
|
|
module.exports = nextConfig
|