fix(doc)
This commit is contained in:
parent
8fa7d6fa68
commit
de2c8aec07
|
@ -23,3 +23,4 @@
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.VSCodeCounter*
|
|
@ -7,7 +7,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
|
|||
In the project directory, you can run:
|
||||
|
||||
### `npm start`
|
||||
|
||||
32744
|
||||
Runs the app in the development mode.\
|
||||
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"build": "node scripts/build.js",
|
||||
"test": "node scripts/test.js"
|
||||
},
|
||||
"proxy": "http://127.0.0.1:12215/",
|
||||
"proxy": "http://127.0.0.1:12215",
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 123 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 123 KiB |
Loading…
Reference in New Issue