mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
feat: column customization
This commit is contained in:
@@ -2,7 +2,8 @@ import fs from 'fs/promises';
|
||||
import path from 'path';
|
||||
import util from 'util';
|
||||
|
||||
const readDepFile = (key, filename) => fs.readFile(path.resolve(key, filename), { encoding: 'utf8' });
|
||||
const readDepFile = (key, filename) =>
|
||||
fs.readFile(path.resolve(key, filename), { encoding: 'utf8' });
|
||||
|
||||
const getPackageInfo = async (key) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user