add freelance page components and localization for English and French
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
"WebFetch(domain:localhost)",
|
||||
"Bash(curl -s http://localhost:3000/fr)",
|
||||
"Bash(npx tsc *)",
|
||||
"Bash(npm install *)"
|
||||
"Bash(npm install *)",
|
||||
"Bash(Get-ChildItem -Path \"d:\\\\2 - Projets\\\\matheoguilbert.fr\" -Recurse -Depth 2)",
|
||||
"Bash(Select-Object -First 50)",
|
||||
"Bash(Format-Table FullName)",
|
||||
"PowerShell(Get-ChildItem -Path \"d:\\\\2 - Projets\\\\matheoguilbert.fr\" -Recurse -Depth 2 | Select-Object -ExpandProperty FullName | Where-Object { $_ -notmatch 'node_modules|\\\\.next' } | Select-Object -First 80)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user