File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
PUBLIC_APPWRITE_ENDPOINT = https://cloud.appwrite.io/v1
2
2
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"
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 8
8
PUBLIC_APPWRITE_ENDPOINT ,
9
9
PUBLIC_APPWRITE_PROJECT_ID ,
10
10
PUBLIC_APPWRITE_PROJECT_NAME ,
11
- PUBLIC_APPWRITE_VERSION ,
12
11
} from " $env/static/public" ;
13
12
14
13
let detailsElement = $state ();
259
258
<p class =" u-color-text-offline" >Project name</p >
260
259
<p class ="body-text-2" >{PUBLIC_APPWRITE_PROJECT_NAME }</p >
261
260
</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 >
266
261
</div >
267
262
</div >
268
263
You can’t perform that action at this time.
0 commit comments