forked from fonoster/nodejs-processor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
18 lines (17 loc) · 688 Bytes
/
.gitpod.yml
File metadata and controls
18 lines (17 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Learn more about this file at 'https://www.gitpod.io/docs/references/gitpod-yml'
##
## This '.gitpod.yml' file when placed at the root of a project instructs
## Gitpod how to prepare & build the project, start development environments
## and configure continuous prebuilds. Prebuilds when enabled builds a project
## like a CI server so you can start coding right away - no more waiting for
## dependencies to download and builds to finish when reviewing pull-requests
## or hacking on something new.
##
tasks:
- name: Setup & start
init: npm install
command: LOCATION_ADDR=FIXME LOGS_LEVEL=verbose npm start
ports:
- port: 51904
visibility: public
onOpen: ignore