Add sample config and update gitignore

This commit is contained in:
2020-12-21 15:04:30 +05:30
parent c5a475f9c5
commit 459d334732
2 changed files with 4 additions and 0 deletions

3
src/sample.config.js Normal file
View File

@@ -0,0 +1,3 @@
const WS_BASE = "http://localhost:5050/";
export { WS_BASE };