✨ rtc
This commit is contained in:
parent
c72661a987
commit
613ef19d21
0
.gitignore → rtc/.gitignore
vendored
0
.gitignore → rtc/.gitignore
vendored
0
package-lock.json → rtc/package-lock.json
generated
0
package-lock.json → rtc/package-lock.json
generated
17
util/.vscode/launch.json
vendored
Normal file
17
util/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"sourceMaps": true,
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Server",
|
||||
"program": "${workspaceFolder}/dist/index.js",
|
||||
"preLaunchTask": "tsc: build - tsconfig.json",
|
||||
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user