diff --git a/index.ts b/index.ts index 5591069..090ce46 100644 --- a/index.ts +++ b/index.ts @@ -20,7 +20,7 @@ program .name("project-cli") .description("A cli for managing projects") .action(async () => { - if (!fs.existsSync(configPath + "config.toml")) { + if (!fs.existsSync(configPath + "config.json")) { const createConfig = await confirm({ message: "No cofig has been found. Would you like to generate a new one?",