this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use constants's `packageJson`

+1 -3
+1 -3
cli.js
··· 2 2 3 3 import {program} from 'commander'; 4 4 import darkMode from 'dark-mode'; 5 - import {readPackageUp} from 'read-pkg-up'; 6 5 import {setTerminalProfile} from 'terminal-profile'; 7 6 import {config} from './config.js'; 8 7 import { ··· 10 9 enableAutomaticSwitching, 11 10 isAutomaticSwitchingEnabled, 12 11 } from './functions/index.js'; 13 - 14 - const {packageJson} = await readPackageUp({cwd: new URL('.', import.meta.url)}); 12 + import {packageJson} from './constants/index.js'; 15 13 16 14 program 17 15 .name(packageJson.name)