Skip to content

Commit 3f5fccc

Browse files
committed
chore: react devtools
1 parent 9324904 commit 3f5fccc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"main": "index.js",
1919
"sideEffects": true,
2020
"scripts": {
21+
"devtools": "react-devtools",
2122
"prebuild": "rm -rf node_modules && npm install",
2223
"pre:run": "install-changed",
2324
"dev": "npm run start",

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="theme-color" content="#000000" />
77
<meta name="description" content="promotion web" />
88
<title><%= htmlWebpackPlugin.options.title %></title>
9+
<script src="http://localhost:8097"></script>
910
</head>
1011

1112
<body>

0 commit comments

Comments
 (0)