Skip to content

Commit 2d0f897

Browse files
committed
Fix FakeBackend.js
1 parent eab49e2 commit 2d0f897

File tree

7 files changed

+2269
-2236
lines changed

7 files changed

+2269
-2236
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// IntelliSense を使用して利用可能な属性を学べます。
3+
// 既存の属性の説明をホバーして表示します。
4+
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "localhost に対して Chrome を起動",
11+
"url": "http://localhost:3000",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)