We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9324904 commit 3f5fcccCopy full SHA for 3f5fccc
package.json
@@ -18,6 +18,7 @@
18
"main": "index.js",
19
"sideEffects": true,
20
"scripts": {
21
+ "devtools": "react-devtools",
22
"prebuild": "rm -rf node_modules && npm install",
23
"pre:run": "install-changed",
24
"dev": "npm run start",
public/index.html
@@ -6,6 +6,7 @@
6
<meta name="theme-color" content="#000000" />
7
<meta name="description" content="promotion web" />
8
<title><%= htmlWebpackPlugin.options.title %></title>
9
+ <script src="http://localhost:8097"></script>
10
</head>
11
12
<body>
0 commit comments