Skip to content

Commit a685ec7

Browse files
committed
Configure AppMap for this project
AppMap is a free and open-source runtime code analysis tool. AppMap has been installed and configured using the installation instructions at: https://appmap.io/docs/install-appmap-agent.html using the automated installer tool: npx @appland/appmap@latest install
1 parent 0ce13e4 commit a685ec7

File tree

3 files changed

+455
-0
lines changed

3 files changed

+455
-0
lines changed

appmap.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Burble
2+
packages:
3+
- path: build/static/css
4+
- path: build/static/js
5+
- path: src/components/button
6+
- path: src/components/footer
7+
- path: src/components/header
8+
- path: src/components/hero_slide
9+
- path: src/components/input
10+
- path: src/components/modal
11+
- path: src/components/movie-card
12+
- path: src/components/movie-grid
13+
- path: src/components/movie-list
14+
- path: src/components/page-header
15+
- path: src/components/pages/detail
16+
- path: src/components/toggle
17+
- path: cypress/component
18+
- path: cypress/e2e
19+
- path: cypress/plugins
20+
- path: cypress/support
21+
- path: src
22+
language: javascript
23+
appmap_dir: tmp/appmap

0 commit comments

Comments
 (0)