To get the number of svelte and js used in the project, use the following command :
find . \( -name "*.js" -or -name "*.svelte" \) -not -path "./node_modules/*" -not -path "./.vercel/*" -not -path "./.svelte-kit/*" -not -path "./coverage/*" -type f -exec cat {} + | wc -l
- Footer
- Url healing