mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
9 lines
181 B
TypeScript
9 lines
181 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
transpilePackages: ['tiktok-dl-core'],
|
|
serverExternalPackages: ['vm2'],
|
|
};
|
|
|
|
export default nextConfig;
|