(Feat) Init WebSite
This commit is contained in:
@@ -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