Skip to content

Commit 1d9ed13

Browse files
authored
Fix previewDelay
1 parent 75dd5a7 commit 1d9ed13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"defaultFile": "src/App.js",
1515
"startCommand": "npm start",
1616
"previewPort": 3000,
17-
"previewDelay:": 6000
17+
"previewDelay": 7000
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)