Introduce config module
This commit is contained in:
parent
5b9f3701f5
commit
3fb6834f7d
50 changed files with 213 additions and 208 deletions
3
src/config/index.ts
Normal file
3
src/config/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import load from './load';
|
||||
|
||||
export default load();
|
Loading…
Add table
Add a link
Reference in a new issue