This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "β Starting the application comparison process..." | |
NOCOLOR='\033[0m' | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
# Define a list of applications to ignore (normalized names) | |
declare -a ignore_apps=( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ...etc. | |
// ------------------------------------------------------------ | |
// For sitemap stuff | |
const globby = require('globby'); | |
const globalUtilities = require('./src/utils/globalUtil'); | |
const excludePagePattern = [ | |
// NOTE: add your custom routes that must not visible on sitemap |