diff --git a/.env.development b/.env.development index 3cc5181..65273e7 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_API_URL=http://192.168.1.2:9538 \ No newline at end of file +VITE_API_URL=https://capp-api.riwsan.com \ No newline at end of file diff --git a/auto-imports.d.ts b/auto-imports.d.ts index d2b2d2f..b0deb4b 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -451,7 +451,6 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef - readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef readonly syncRefs: UnwrapRef