Skip to content

Commit 0e51e31

Browse files
committed
Updated editor and guest bindings with the portal
1 parent cc570c7 commit 0e51e31

File tree

13 files changed

+1871
-188
lines changed

13 files changed

+1871
-188
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TEST_DATABASE_URL=postgres://localhost:5432/teletype-server-test
1+
oauthToken='b35cfaa6349f7cd26a2071ae70153b9faf89890f'

.env.local.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
TEST_DATABASE_URL=postgres://teletype:password@localhost:5433/teletype-server-test
2+
GITHUB_AUTH_TOKEN='b35cfaa6349f7cd26a2071ae70153b9faf89890f'

.vscode/launch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
],
1818
"preLaunchTask": "npm: watch"
1919
},
20+
21+
{
22+
"name": "Launch localhost",
23+
"type": "chrome",
24+
"request": "launch",
25+
"url": "http://localhost/8000",
26+
"webRoot": "${workspaceFolder}"
27+
},
2028
{
2129
"name": "Extension Tests",
2230
"type": "extensionHost",

0 commit comments

Comments
 (0)