fix: shiki render problem
This commit is contained in:
parent
64db3b326e
commit
d94ba356fb
@ -3,6 +3,9 @@ const nextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
experimental: {
|
||||
serverComponentsExternalPackages: ["shiki"],
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
@ -104,13 +104,4 @@ export async function createRun(
|
||||
workflow_run_id: workflow_run[0].id,
|
||||
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