This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-10 14:38:55 +07:00
parent f18ec2af3a
commit 54b8280e6c

View file

@ -2,7 +2,7 @@
import { ref } from 'vue'
const env = ref<string>(process.env.NODE_ENV || 'development')
export const apiUrlConfig = `${import.meta.env.VITE_API_URI_CONFIG}/api/v1`
export const apiUrlConfig = `${import.meta.env.VITE_API_URI_CONFIG}`
// if (process.env.VUE_APP_TEST) {
// env = "test";
// }