if (fs.existsSync(publicPath)) {
      console.log(chalk.red(`⛔️ Public folder '${publicPath}' already exists!`));
      return null;
    }