refactor: move into monorepo
This commit is contained in:
3
packages/shared/src/const.ts
Normal file
3
packages/shared/src/const.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const HOST = process.env.EXPO_PUBLIC_TAILSCALE_MACHINE || "localhost";
|
||||
export const BASE_URL = `http://${HOST}`;
|
||||
|
||||
Reference in New Issue
Block a user