[タスク 1176: 開発環境コンテナの構築(Client/Server)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/OMDSDictation/_workitems/edit/1176) 開発用コンテナを構築しました。以下のコンテナを追加しています。 - ライセンス管理 - server - client - ディクテーション管理 - server - client - DB(MySQL) - Cache(Redis)
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Chrome",
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"port": 9222,
|
|
"url": "http://localhost:3000",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"trace": true,
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
} |