diff --git a/.env.development.local b/.env.development.local new file mode 100644 index 0000000..2f09774 --- /dev/null +++ b/.env.development.local @@ -0,0 +1,2 @@ +VITE_APPWRITE_API_ENDPOINT='http://localhost:4000/api/v1' +VITE_APPWRITE_API_PROJECT='65ede55a213134f2b688' diff --git a/src/boot/appwrite.ts b/src/boot/appwrite.ts index 0b9b89b..91b50c7 100644 --- a/src/boot/appwrite.ts +++ b/src/boot/appwrite.ts @@ -14,6 +14,7 @@ import type { Router } from 'vue-router'; const client = new Client(); +console.log(import.meta.env); const VITE_APPWRITE_API_ENDPOINT = import.meta.env.VITE_APPWRITE_API_ENDPOINT; const VITE_APPWRITE_API_PROJECT = import.meta.env.VITE_APPWRITE_API_PROJECT; diff --git a/src/pages/PrivacyPolicyPage.vue b/src/pages/PrivacyPolicyPage.vue index d5e991f..1dd1158 100644 --- a/src/pages/PrivacyPolicyPage.vue +++ b/src/pages/PrivacyPolicyPage.vue @@ -1,163 +1,173 @@ diff --git a/src/pages/TermsOfServicePage.vue b/src/pages/TermsOfServicePage.vue index 7725528..0042928 100644 --- a/src/pages/TermsOfServicePage.vue +++ b/src/pages/TermsOfServicePage.vue @@ -1,119 +1,128 @@ diff --git a/src/privacypolicy.html b/src/privacypolicy.html index d5e991f..375f868 100644 --- a/src/privacypolicy.html +++ b/src/privacypolicy.html @@ -1,163 +1,173 @@ - +