diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 921d94f..60af71a 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -2,7 +2,10 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - allowedDevOrigins: ["127.0.0.1"], + allowedDevOrigins: [ + "127.0.0.1", + "118.89.89.89", + ], // 钉死项目根,避免容器内 bind-mount 时 Turbopack 把根推断成 /app/src/app。 // __dirname 即本配置所在目录(容器内 = /app,宿主机 = ai-video/frontend)。 turbopack: { diff --git a/scripts/.DS_Store b/scripts/.DS_Store new file mode 100644 index 0000000..18ce741 Binary files /dev/null and b/scripts/.DS_Store differ