mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Merge dev into update-oauth-docs
This commit is contained in:
commit
ce5835c6ef
@ -11,8 +11,7 @@ const config = {
|
||||
},
|
||||
// Include OpenAPI files in output tracing for Vercel deployments
|
||||
outputFileTracingIncludes: {
|
||||
'/api/**/*': ['./openapi/**/*'],
|
||||
'/**/*': ['./openapi/**/*'],
|
||||
'/**/*': ['./content/**/*', './openapi/**/*'],
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
|
||||
@ -248,8 +248,8 @@ const handler = createMcpHandler(
|
||||
});
|
||||
|
||||
try {
|
||||
const instructionsPath = "content/setup-instructions.md";
|
||||
const instructions = await readFile(instructionsPath, "utf-8");
|
||||
const instructionsFromCurrentFile = "content/setup-instructions.md";
|
||||
const instructions = await readFile(instructionsFromCurrentFile, "utf-8");
|
||||
|
||||
return {
|
||||
content: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user