updated graphic layout for rust
Some checks failed
Deploy / build-and-deploy (push) Failing after 2s

This commit is contained in:
2025-06-29 21:02:57 +02:00
parent baad7309df
commit a401732d7d
4 changed files with 253 additions and 98 deletions

View File

@@ -181,7 +181,7 @@ export async function DELETE(request: Request) {
// Call the Rust backend to clear parser logs
const rustResult = spawnSync(
process.cwd() + '/markdown_backend/target/release/markdown_backend',
['clearLogs'],
['clear-logs'],
{ encoding: 'utf-8' }
);
if (rustResult.status === 0 && rustResult.stdout) {