Skip to content

Commit 9f3708c

Browse files
committed
fix: Include schema files for get-schema API route
1 parent 482ed93 commit 9f3708c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const nextConfig = {
3131
// Include schemas/v1 in build output
3232
outputFileTracingIncludes: {
3333
"/api/list-schemas": ["./schemas/v1/**/*"],
34+
"/api/get-schema/*": ["./schemas/v1/**/*"],
3435
},
3536

3637
// Increase memory limit for builds

0 commit comments

Comments
 (0)