Skip to content

Commit bf0c6ae

Browse files
committed
added gitpod configuration
1 parent e686602 commit bf0c6ae

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitpod.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
image: gitpod/workspace-node:2023-04-20-16-32-37
2+
3+
tasks:
4+
- name: Bootstrap mobile app
5+
command: >
6+
cd mobile
7+
&& npm ci
8+
&& gp sync-done bootstrap-mobile
9+
10+
- name: run mobile app
11+
init: gp sync-await bootstrap-mobile
12+
command: >
13+
cd mobile
14+
&& npm run dev
15+
16+
ports:
17+
- name: Capacitor mobile app
18+
port: 3000
19+
onOpen: open-browser
20+
visibility: private
21+
22+
jetbrains:
23+
intellij:
24+
prebuilds:
25+
version: stable

0 commit comments

Comments
 (0)