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:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user