File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
command : |
8
8
gp sync-done setup
9
9
exit 0
10
- - name : Run frontend
11
- command : |
12
- gp sync-await setup
13
- make watch-frontend
14
10
- name : Run backend
15
11
command : |
16
12
gp sync-await setup
@@ -19,9 +15,15 @@ tasks:
19
15
echo -e "\n[database]\nDB_TYPE = sqlite3\nPATH = $GITPOD_REPO_ROOT/data/gitea.db" >> custom/conf/app.ini
20
16
export TAGS="sqlite sqlite_unlock_notify"
21
17
make watch-backend
18
+ - name : Run frontend
19
+ command : |
20
+ gp sync-await setup
21
+ make watch-frontend
22
+ openMode : split-right
22
23
- name : Run docs
23
24
before : sudo bash -c "$(grep 'https://github.com/gohugoio/hugo/releases/download' Makefile | tr -d '\')" # install hugo
24
25
command : cd docs && make clean update && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
26
+ openMode : split-right
25
27
26
28
vscode :
27
29
extensions :
You can’t perform that action at this time.
0 commit comments