fix: shiki render problem
This commit is contained in:
parent
64db3b326e
commit
d94ba356fb
@ -3,6 +3,9 @@ const nextConfig = {
|
|||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
|
experimental: {
|
||||||
|
serverComponentsExternalPackages: ["shiki"],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
|
@ -104,13 +104,4 @@ export async function createRun(
|
|||||||
workflow_run_id: workflow_run[0].id,
|
workflow_run_id: workflow_run[0].id,
|
||||||
message: "Successfully workflow run",
|
message: "Successfully workflow run",
|
||||||
};
|
};
|
||||||
|
|
||||||
// return NextResponse.json(
|
|
||||||
// {
|
|
||||||
// workflow_run_id: workflow_run[0].id,
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// status: 200,
|
|
||||||
// }
|
|
||||||
// );
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user