(Feat) Init WebSite
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npx -p typescript tsc --noEmit)",
|
||||
"Bash(node_modules/.bin/tsc --noEmit)",
|
||||
"PowerShell(Get-ChildItem public/video/ | Select-Object Name, @{N='SizeMB';E={[math]::Round\\($_.Length/1MB,2\\)}})",
|
||||
"PowerShell($f = Get-Item \"public/Video/Header_Video.mp4\"; Write-Output \\(\"Taille: {0:N2} MB\" -f \\($f.Length/1MB\\)\\))",
|
||||
"Read(//c/Users/mathe/Videos/**)",
|
||||
"PowerShell(Get-ChildItem \"public/Video/\" | Select-Object Name, @{N='SizeMB';E={[math]::Round\\($_.Length/1MB,2\\)}}, LastWriteTime)",
|
||||
"PowerShell($f = Get-ChildItem \"public\\\\Video\\\\\"; foreach \\($i in $f\\) { Write-Output \\(\"{0} - {1:N2} MB\" -f $i.Name, \\($i.Length/1MB\\)\\) })"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"PowerShell(Move-Item public _backup_public)",
|
||||
"PowerShell(npm install)",
|
||||
"PowerShell(npm install framer-motion @next/mdx @mdx-js/loader @mdx-js/react @types/mdx gray-matter remark-gfm)",
|
||||
"PowerShell(Move-Item ../_studio_logos_backup/Studio public/image -Force)",
|
||||
"PowerShell(Move-Item ../_studio_logos_backup/image public/image -Force)",
|
||||
"PowerShell(npm install next-mdx-remote)",
|
||||
"PowerShell(npm run build)",
|
||||
"PowerShell(npm run dev)",
|
||||
"PowerShell(Copy-Item \"public/image/Studio/favicon.ico\" \"app/favicon.ico\" -Force)",
|
||||
"Bash(npm run *)",
|
||||
"Bash(npx tsc *)",
|
||||
"Bash(echo \"exit=$?\")",
|
||||
"Bash(npx next *)",
|
||||
"Bash(npx eslint *)",
|
||||
"Bash(identify public/image/Studio/favicon.png)",
|
||||
"Bash(node -e \"console.log\\(require\\('child_process'\\).execSync\\('npm root -g'\\).toString\\(\\)\\)\")",
|
||||
"Bash(magick --version)",
|
||||
"Bash(convert --version)",
|
||||
"Bash(node -e \"try { require\\('sharp'\\); console.log\\('sharp ok'\\); } catch\\(e\\) { console.log\\('no sharp'\\); }\")",
|
||||
"Bash(node -e ' *)",
|
||||
"Bash(node scripts/build-favicon.mjs)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user