We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129d75d commit f89867bCopy full SHA for f89867b
web-server/app/status/route.ts
@@ -1,6 +1,6 @@
1
import { NextResponse } from 'next/server';
2
import { readFileSync } from 'node:fs';
3
-import { join } from 'path';
+import { join } from 'node:path';
4
5
let version = 'unknown';
6
try {
0 commit comments