browser & client

This commit is contained in:
Gabe Yuan
2023-08-04 16:48:40 +08:00
parent 7d2fafcd0e
commit 7e47882d53
13 changed files with 34 additions and 21 deletions

View File

@@ -10,6 +10,5 @@ function _browser() {
}
}
const browser = _browser();
export default browser;
export const browser = _browser();
export const client = process.env.REACT_APP_CLIENT;