-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: throw out errors to console from yarn
- Loading branch information
Miguel Ramos
committed
Jun 9, 2022
1 parent
e9e40e5
commit ad3fc8a
Showing
6 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Launch Package", | ||
"name": "Launch Action", | ||
"type": "go", | ||
"request": "launch", | ||
"mode": "auto", | ||
|
@@ -21,14 +21,28 @@ | |
"--url", | ||
"https://debvasmsyxrewpmqckdv.supabase.co", | ||
"--key", | ||
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRlYnZhc21zeXhyZXdwbXFja2R2Iiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY0OTcxNjQ1OSwiZXhwIjoxOTY1MjkyNDU5fQ.Cpk3dsjv-hOrntBIS1j9kjQehjZHY-HlSPyh-KUV0gk"] | ||
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRlYnZhc21zeXhyZXdwbXFja2R2Iiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY0OTcxNjQ1OSwiZXhwIjoxOTY1MjkyNDU5fQ.Cpk3dsjv-hOrntBIS1j9kjQehjZHY-HlSPyh-KUV0gk" | ||
] | ||
}, | ||
{ | ||
"name": "Attach to Process", | ||
"name": "Launch Workspace", | ||
"type": "go", | ||
"request": "attach", | ||
"mode": "local", | ||
"processId": 0 | ||
"request": "launch", | ||
"mode": "auto", | ||
"program": "${workspaceFolder}", | ||
"args": [ | ||
"workspace", | ||
"--name", | ||
"ui-libs", | ||
"--scope", | ||
"@ws", | ||
"--username", | ||
"miguelramos", | ||
"--email", | ||
"[email protected]", | ||
"--repo", | ||
"websublime/ws-ui-libs", | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters