style: use explicit node builtin import for child_process

This commit is contained in:
2026-05-12 00:43:27 +02:00
parent 51e7a98d3f
commit d60801e6c2
+1 -1
View File
@@ -1,4 +1,4 @@
import { exec } from "child_process"
import { exec } from "node:child_process"
import { NextResponse } from "next/server"
import { verifyUserRole } from "@/services/auth.service"