fix: externalize edge tts server package
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
serverExternalPackages: ["edge-tts-ts"],
|
||||||
typedRoutes: false
|
typedRoutes: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user