Skip to content

Commit da44595

Browse files
committed
Contribution of a generator implementation collecting tracing information and composing a sourceMap
1 parent 858c0ae commit da44595

File tree

6 files changed

+850
-2
lines changed

6 files changed

+850
-2
lines changed

.gitpod.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
ports:
8+
- port: 3000
9+
tasks:
10+
- init: npm install && npm run build
11+
command: npm run serve

0 commit comments

Comments
 (0)