Skip to content

Commit f89867b

Browse files
committed
Fix node path
1 parent 129d75d commit f89867b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-server/app/status/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NextResponse } from 'next/server';
22
import { readFileSync } from 'node:fs';
3-
import { join } from 'path';
3+
import { join } from 'node:path';
44

55
let version = 'unknown';
66
try {

0 commit comments

Comments
 (0)