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