fix: upgrade directus sdk to version 11 (#20)

* fix: bump sdk version

* fix: update directus sdk version to 11.0.7

---------

Co-authored-by: zs-ko <zs-ko@users.noreply.github.com>
This commit is contained in:
Kristoffer
2024-06-05 11:52:05 +02:00
committed by GitHub
parent 6e23f89430
commit bad962ffd7
8 changed files with 984 additions and 881 deletions

View File

@@ -7,7 +7,8 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers-contrib/features/redis-homebrew:1": {}
"ghcr.io/devcontainers-contrib/features/redis-homebrew:1": {},
"ghcr.io/devcontainers/features/python:1": {}
},
"customizations": {
"vscode": {
@@ -21,7 +22,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
//"postCreateCommand": "yarn install",
// Configure tool-specific properties.
// "customizations": {},