feat: printful integration

This commit is contained in:
Artur
2024-11-12 12:27:49 -03:00
parent 66d06e460d
commit 0004ef9b4d
4 changed files with 1921 additions and 2693 deletions

3024
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,9 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "^5.1.0",
"@strapi/plugin-users-permissions": "^5.1.0",
"@strapi/strapi": "^5.1.0",
"@strapi/plugin-cloud": "^5.2.0",
"@strapi/plugin-users-permissions": "^5.2.0",
"@strapi/strapi": "^5.2.0",
"pg": "^8.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",

View File

@@ -42,6 +42,9 @@
"description": {
"type": "text",
"required": true
},
"printfulProductId": {
"type": "biginteger"
}
}
}

File diff suppressed because it is too large Load Diff