Skip to content

Commit

Permalink
Contribution of a generator implementation collecting tracing informa…
Browse files Browse the repository at this point in the history
…tion and composing a sourceMap
  • Loading branch information
sailingKieler committed Jul 20, 2023
1 parent 858c0ae commit da44595
Show file tree
Hide file tree
Showing 6 changed files with 850 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

ports:
- port: 3000
tasks:
- init: npm install && npm run build
command: npm run serve
Loading

0 comments on commit da44595

Please sign in to comment.