File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -587,7 +587,6 @@ export const start = new Command()
587
587
"-c, --configure" ,
588
588
"Reconfigure services and AI models (skips using saved configuration)" ,
589
589
)
590
- . option ( "--dev" , "Start with development settings" )
591
590
. option (
592
591
"--character <character>" ,
593
592
"Path or URL to character file to use instead of default" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { REGISTRY_URL } from "./constants";
23
23
const ELIZA_DIR = path . join ( os . homedir ( ) , '.eliza' ) ;
24
24
const REGISTRY_SETTINGS_FILE = path . join ( ELIZA_DIR , 'registrysettings.json' ) ;
25
25
const ENV_FILE = path . join ( ELIZA_DIR , '.env' ) ;
26
- const REGISTRY_CACHE_FILE = path . join ( ELIZA_DIR , 'registry-cache.json' ) ;
27
26
28
27
const REQUIRED_ENV_VARS = [ 'GITHUB_TOKEN' ] as const ;
29
28
const REQUIRED_SETTINGS = [ 'defaultRegistry' ] as const ;
You can’t perform that action at this time.
0 commit comments