Skip to content

Commit 4c12348

Browse files
committed
Remove Appwrite version
1 parent 91a16bb commit 4c12348

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
22
PUBLIC_APPWRITE_PROJECT_ID=my-project-id
3-
PUBLIC_APPWRITE_PROJECT_NAME="My project name"
4-
PUBLIC_APPWRITE_VERSION=1.6.0
3+
PUBLIC_APPWRITE_PROJECT_NAME="My project name"

.gitpod.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: npm install && npm run build
9+
command: npm run dev
10+
11+

src/routes/+page.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
PUBLIC_APPWRITE_ENDPOINT,
99
PUBLIC_APPWRITE_PROJECT_ID,
1010
PUBLIC_APPWRITE_PROJECT_NAME,
11-
PUBLIC_APPWRITE_VERSION,
1211
} from "$env/static/public";
1312
1413
let detailsElement = $state();
@@ -259,10 +258,6 @@
259258
<p class="u-color-text-offline">Project name</p>
260259
<p class="body-text-2">{PUBLIC_APPWRITE_PROJECT_NAME}</p>
261260
</div>
262-
<div class="u-grid u-grid-vertical u-gap-8">
263-
<p class="u-color-text-offline">Version</p>
264-
<p class="body-text-2">{PUBLIC_APPWRITE_VERSION}</p>
265-
</div>
266261
</div>
267262
</div>
268263

0 commit comments

Comments
 (0)