mirror of https://github.com/msgbyte/tailchat
chore: add version env
parent
aa9d15e2e4
commit
8358d2aa7c
@ -1,7 +1,8 @@
|
|||||||
import { isDevelopment, request } from 'tailchat-shared';
|
import { isDevelopment, request, version } from 'tailchat-shared';
|
||||||
|
|
||||||
if (isDevelopment === true) {
|
if (isDevelopment === true) {
|
||||||
(window as any).DEBUG = {
|
(window as any).DEBUG = {
|
||||||
request,
|
request,
|
||||||
|
version,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue