File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 77 command : |
88 gp sync-done setup
99 exit 0
10- - name : Run frontend
11- command : |
12- gp sync-await setup
13- make watch-frontend
1410 - name : Run backend
1511 command : |
1612 gp sync-await setup
@@ -19,9 +15,15 @@ tasks:
1915 echo -e "\n[database]\nDB_TYPE = sqlite3\nPATH = $GITPOD_REPO_ROOT/data/gitea.db" >> custom/conf/app.ini
2016 export TAGS="sqlite sqlite_unlock_notify"
2117 make watch-backend
18+ - name : Run frontend
19+ command : |
20+ gp sync-await setup
21+ make watch-frontend
22+ openMode : split-right
2223 - name : Run docs
2324 before : sudo bash -c "$(grep 'https://github.com/gohugoio/hugo/releases/download' Makefile | tr -d '\')" # install hugo
2425 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
2527
2628vscode :
2729 extensions :
You can’t perform that action at this time.
0 commit comments