Add sample config and update gitignore
This commit is contained in:
parent
c5a475f9c5
commit
459d334732
|
@ -23,3 +23,4 @@ yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
src/config.js
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
const WS_BASE = "http://localhost:5050/";
|
||||||
|
|
||||||
|
export { WS_BASE };
|
Loading…
Reference in New Issue