add copy strapi types script

This commit is contained in:
Schneider Roland
2025-01-11 21:24:01 +01:00
parent ea3a2e3366
commit 574d623746
23 changed files with 561 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev --turbopack -p 4081",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"copy-strapi-types": "bash copy-strapi-types.sh"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",