fix types
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { Nupst } from '../nupst.ts';
|
||||
import { logger } from '../logger.ts';
|
||||
import * as helpers from '../helpers/index.ts';
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { execSync } from "node:child_process";
|
||||
import { Nupst } from '../nupst.ts';
|
||||
import { logger } from '../logger.ts';
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { execSync } from "node:child_process";
|
||||
import { Nupst } from '../nupst.ts';
|
||||
import { logger } from '../logger.ts';
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import * as fs from "node:fs";
|
||||
import * as path from "node:path";
|
||||
import { exec, execFile } from "node:child_process";
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { promises as fs } from "node:fs";
|
||||
import { execSync } from "node:child_process";
|
||||
import { NupstDaemon } from './daemon.ts';
|
||||
|
Reference in New Issue
Block a user