mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 16:55:55 +00:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
|
import type { NextConfig } from "next";
|
||
|
|
||
|
const nextConfig: NextConfig = {
|
||
|
/* config options here */
|
||
|
};
|
||
|
|
||
|
export default nextConfig;
|