Add TRIBUFU_WEB_URL const

This commit is contained in:
Guilherme Werner
2024-01-22 10:59:23 -03:00
parent d84e903c34
commit 77d0896991
2 changed files with 10 additions and 2 deletions

View File

@ -1,15 +1,17 @@
// Copyright (c) Tribufu. All Rights Reserved.
import {
TRIBUFU_VERSION,
TRIBUFU_API_URL,
TRIBUFU_CDN_URL
TRIBUFU_CDN_URL,
TRIBUFU_VERSION,
TRIBUFU_WEB_URL,
} from "./constants";
export {
TRIBUFU_API_URL,
TRIBUFU_CDN_URL,
TRIBUFU_VERSION,
TRIBUFU_WEB_URL,
};
import { TribufuApi } from "./api";