Skip to content

Commit 72704c6

Browse files
authored
Mackenzie/updates on updates (#90)
* Fixes tutorial links * Fixes error messages. * Adds missing labels. * Declutter.
1 parent 53793b1 commit 72704c6

File tree

14 files changed

+391
-421
lines changed

14 files changed

+391
-421
lines changed

.vscode/launch.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "pwa-chrome",
9+
"request": "launch",
10+
"name": "Launch Chrome against localhost",
11+
"url": "http://localhost:3000",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flow-playground",
33
"private": true,
44
"scripts": {
5-
"start": "webpack-dev-server --open",
5+
"start": "webpack-dev-server -d --config webpack.config.js --inline ",
66
"build": "webpack --mode=production",
77
"graphql:codegen": "npx graphql-codegen --config codegen.yml",
88
"test": "echo Tests command not implemented.",

0 commit comments

Comments
 (0)