We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c37646 commit 360e755Copy full SHA for 360e755
2 files changed
scripts/cleanup.ts
@@ -66,7 +66,6 @@ const runCleanup = async () => {
66
await revertIndexRoute()
67
await removeAllReadmeFromApp(appDirectory).then(async () => {
68
await fs.unlink("scripts/README.md")
69
- await fs.unlink("remix/README.md")
70
console.log(chalk.green("All README.md files are removed from app directory"))
71
})
72
removeTheCleanupFromPackageJsonAndScripts()
scripts/setup.ts
@@ -17,7 +17,6 @@ const getEnvInfo = () => {
17
18
const setupEnv = () => {
19
const { envName, path } = getEnvInfo()
20
- console.log(chalk.green(`Loading environment: ${envName}`))
21
dotenvx.config({ path })
22
console.log(`Environment loaded: ${chalk.green(envName)} from ${chalk.green(path)}`)
23
}
0 commit comments