mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: initial commit
This commit is contained in:
3
server/utils/process/execAsync.ts
Normal file
3
server/utils/process/execAsync.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { exec } from "node:child_process";
|
||||
import util from "node:util";
|
||||
export const execAsync = util.promisify(exec);
|
||||
Reference in New Issue
Block a user