mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
serverExternalPackages: ["knex", "imagemin-optipng", "discord.js"],
|
|
};
|
|
|
|
module.exports = nextConfig;
|