mirror of
https://github.com/fccview/cronmaster.git
synced 2026-01-13 16:28:54 -05:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
|
|
}
|
|
|
|
module.exports = nextConfig
|