no message

This commit is contained in:
Kittapath 2023-12-25 16:59:31 +07:00
parent 88cf85713f
commit 4412e13247
4 changed files with 32 additions and 21 deletions

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
export const apiUrlConfig = import.meta.env.VITE_API_PUBLISH_URL
// if (process.env.VUE_APP_TEST) {
// env = "test";
// }