add: error handling to SDK (#240)

* improve error handling and add new `errorHandler` to sdk init function.

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Midka
2023-04-25 21:24:42 +03:00
committed by GitHub
parent ad17ea957d
commit 09356bbded
21 changed files with 750 additions and 230 deletions

View File

@@ -20,7 +20,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// This can be used to network with other containers or with the host.
// "forwardPorts": [3000, 5432],
"forwardPorts": [3000, 5432, 8025],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm install",