mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Update .gitpod.yml
This commit is contained in:
parent
6ccef40a82
commit
bf01f1f189
@ -3,15 +3,15 @@ image: gitpod/workspace-base
|
|||||||
# Commands that will run on workspace start
|
# Commands that will run on workspace start
|
||||||
tasks:
|
tasks:
|
||||||
- name: Setup, Install & Build
|
- name: Setup, Install & Build
|
||||||
- before: apt install cargo redis-server nodejs npm && cargo test
|
before: apt install cargo redis-server nodejs npm -y && cargo test
|
||||||
- init: cargo install cargo-watch
|
init: cargo install cargo-watch
|
||||||
- command: redis-server --port 8080 & cargo watch -q -w "." -x "run"
|
command: redis-server --port 8080 & cargo watch -q -w "." -x "run"
|
||||||
# Ports to expose on workspace startup
|
# Ports to expose on workspace startup
|
||||||
ports:
|
ports:
|
||||||
- name: Website
|
- name: Website
|
||||||
description: Website Preview
|
description: Website Preview
|
||||||
port: 8080
|
port: 8080
|
||||||
onOpen: open-browser
|
onOpen: open-preview
|
||||||
# vscode IDE setup
|
# vscode IDE setup
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
|
Loading…
Reference in New Issue
Block a user