mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
Compare commits
1 Commits
d3be96de79
...
fix/langfu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81e6c02fb4 |
@@ -10,6 +10,10 @@ const nextConfig: NextConfig = {
|
|||||||
env: {
|
env: {
|
||||||
APP_VERSION: packageJson.version,
|
APP_VERSION: packageJson.version,
|
||||||
},
|
},
|
||||||
|
// Include instrumentation.ts in standalone build for Langfuse telemetry
|
||||||
|
outputFileTracingIncludes: {
|
||||||
|
"*": ["./instrumentation.ts"],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user