make dev setup better (#116)
* make dev setup better * chage docs * remove the need of github login
This commit is contained in:
3
apps/web/src/utils/client.ts
Normal file
3
apps/web/src/utils/client.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const isLocalhost = () => {
|
||||
return location.hostname === "localhost";
|
||||
};
|
Reference in New Issue
Block a user