This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "title": "Breaking Bad" }, | |
{ "title": "Planet Earth II" }, | |
{ "title": "Band of Brothers" }, | |
{ "title": "Planet Earth" }, | |
{ "title": "The Wire" }, | |
{ "title": "Chernobyl" }, | |
{ "title": "Avatar: The Last Airbender" }, | |
{ "title": "Cosmos" }, | |
{ "title": "Blue Planet II" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.1.0", | |
"command": "npm", | |
"isShellCommand": true, | |
"showOutput": "silent", | |
"args": ["run"], | |
"tasks": [{ | |
"taskName": "dev", | |
"isWatching": true, | |
"isBuildCommand": true, |