Skip to content

Commit 4bfff6c

Browse files
committed
s?
1 parent 6cc09b4 commit 4bfff6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ More about this at: https://blog.coderockr.com/simplificando-o-setup-de-projetos
99
Development Start
1010
-----------------
1111

12-
Add `cswps.lucassabreu.test` to your `/etc/hosts` and run `yarn start`, all dependencs will be installed and a watch-server using webpack will be started at http://cswps.lucassabreu.test:3000.
12+
Add `cwps.lucassabreu.test` to your `/etc/hosts` and run `yarn start`, all dependencs will be installed and a watch-server using webpack will be started at http://cwps.lucassabreu.test:3000.
1313

1414
Deploy
1515
------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"rmwc": "^1.1.2"
1212
},
1313
"scripts": {
14-
"start": "yarn install && HOST=cswps.lucassabreu.test react-scripts start",
14+
"start": "yarn install && HOST=cwps.lucassabreu.test react-scripts start",
1515
"build": "react-scripts build && cp _redirects build/_redirects",
1616
"test": "react-scripts test --env=jsdom",
1717
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)