File tree Expand file tree Collapse file tree 5 files changed +2028
-71
lines changed
Expand file tree Collapse file tree 5 files changed +2028
-71
lines changed Original file line number Diff line number Diff line change 1- PORT = undefined
21PLT_BACKEND_TYPESCRIPT = true
3- PLT_COMPOSER_TYPESCRIPT = true
4- PLT_COMPOSER_EXAMPLE_ORIGIN = http://127.0.0.1:3043
Original file line number Diff line number Diff line change 119119# TernJS port file
120120.tern-port
121121
122- # Stores VSCode versions used for testing VSCode extensions
122+ # VSCode
123+ .vscode
123124.vscode-test
124125
125126# yarn v2
Original file line number Diff line number Diff line change 33## Project setup
44
55```
6- npm install
6+ npm install && cp .env.sample .env
77```
88
99### Build
@@ -37,7 +37,6 @@ npm run dev
3737
38381 . run the server
39392 . open the browser and go to ` http://localhost:3042/ `
40- 3 . click on "OpenAPI Documentation" link
41- 4 . call the ` /runtimes ` endpoint
42- 5 . call the ` /metrics/{id} ` endpoint
43-
40+ 3 . click on "OpenAPI Documentation" link (` http://localhost:3042/documentation/json ` )
41+ 4 . call the ` /api/runtimes ` endpoint
42+ 5 . call the ` /api/runtimes/{id}/metrics ` endpoint
You can’t perform that action at this time.
0 commit comments