Add crypto-js to required Modules
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 44s

This commit is contained in:
2024-10-06 14:44:37 +02:00
parent 6c176b3cdb
commit 3a56a6b892
2 changed files with 16 additions and 3 deletions

View File

@ -6,6 +6,10 @@
"@redwoodjs/api": "8.3.0",
"@redwoodjs/api-server": "8.3.0",
"@redwoodjs/auth-dbauth-api": "8.3.0",
"@redwoodjs/graphql-server": "8.3.0"
"@redwoodjs/graphql-server": "8.3.0",
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4"
}
}