mirror of https://github.com/msgbyte/tailchat
refactor(web): web devtool
parent
83a73f9c21
commit
96bac5a841
@ -0,0 +1,7 @@
|
||||
import { isDevelopment, request } from 'tailchat-shared';
|
||||
|
||||
if (isDevelopment === true) {
|
||||
(window as any).DEBUG = {
|
||||
request,
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue