Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
550 commits
Select commit Hold shift + click to select a range
66373e2
Update Treemap examples
techniq Nov 1, 2025
32cd8cf
Add updated Oscilloscope examples
techniq Nov 1, 2025
2d7d7aa
Add control components
techniq Nov 1, 2025
11e9d8c
Refine Oscilloscope examples
techniq Nov 1, 2025
2c9d0f6
Consolidate force examples into ForceSimulation
techniq Nov 1, 2025
51bd96f
Update Sankey examples
techniq Nov 1, 2025
344edf2
Downgrade svelte from 5.43.2 (latest) to 5.39.13 to fix many reactivi…
techniq Nov 1, 2025
c9f712e
Cleanup some examples
techniq Nov 2, 2025
b23b188
Make sankey example safer when context is not available (svelte bug?)
techniq Nov 2, 2025
b87acf5
Add `extract-component-api` (available as `pnpm extract:api`) and beg…
techniq Nov 2, 2025
7836fe5
Remove the combined api.json (only need individual files)
techniq Nov 2, 2025
1e4fc45
Restructure routes, allowing for standalone home page (without inheri…
techniq Nov 2, 2025
beb04e7
Fix menu links
techniq Nov 2, 2025
82a3af1
Add variant support to Example to hide chrome/actions
techniq Nov 2, 2025
4ef464f
Add example screenshot capturing and examples listing page (WIP)
techniq Nov 2, 2025
8806b11
Remove `:` from clip-data example filename
techniq Nov 2, 2025
0a78f75
Remove backgrounds from generated screenshots
techniq Nov 2, 2025
dd7abbd
Remove `:` from BrushContext example filename
techniq Nov 2, 2025
c333e8b
Improve examples page
techniq Nov 2, 2025
daf3817
Speed up example screenshot capturing and regenerate all examples
techniq Nov 2, 2025
8641065
Update examples load() to use Vite's `import.meta.glob` instead of `f…
techniq Nov 2, 2025
66781b9
Move API reference from layout to page
techniq Nov 2, 2025
dd49bc1
Updated TODO FIXES (#675)
cycle4passion Nov 2, 2025
76caf95
Script to generate example catalog
techniq Nov 2, 2025
8cff5b5
Fix script types
techniq Nov 2, 2025
0f5fcec
Use example catalog to display direct and usage-based examples per co…
techniq Nov 2, 2025
379f521
Update Arc and ArcChart examples, remove Arc example page
techniq Nov 2, 2025
d61f764
Remove all individual Forcce example pages (available via ForceSimula…
techniq Nov 2, 2025
dddb298
Remove all individual Hierarchy and Graph example pages (available vi…
techniq Nov 2, 2025
575f6a2
Improve example display
techniq Nov 2, 2025
bc66437
Remove AreaChartSimple (outdated issue example)
techniq Nov 2, 2025
57175bb
Remove Threshold example page (available via Threshold component or a…
techniq Nov 2, 2025
fa906b4
Move/consolidate candlestick and lollipop examples into Rule
techniq Nov 2, 2025
f034eee
Change `generatedAt` to `updatedAt` and only update if changed
techniq Nov 2, 2025
1707dbc
Add `pnpm generate:all` to generate/update api, screenshots, and catalog
techniq Nov 2, 2025
7ccf577
Docs v2 (#676)
cycle4passion Nov 3, 2025
4b7fa77
fix(generate-example-catalog): Recursively scan subdirectories, notab…
techniq Nov 3, 2025
d2b9dfe
Move Sparkbar examples under BarChart
techniq Nov 3, 2025
75709d3
Move Sparkline examples under LineChart
techniq Nov 3, 2025
64e17e1
fix(ExampleLink): Only scale down images (fixing sparkline/etc screen…
techniq Nov 3, 2025
07bfd44
fix(ExampleLink): Add padding to screenshot
techniq Nov 3, 2025
b8542e7
Remove/consolidate Geo Path, Geo Point, Geo Tile, and Zoomable Tile M…
techniq Nov 3, 2025
93c4b9c
Organize all geo examples into component directories
techniq Nov 3, 2025
a100ab0
Organize most cartesian examples into component directories
techniq Nov 3, 2025
ea9e59a
Move compound and oscilloscope examples to related compounds
techniq Nov 3, 2025
8afab86
Hide examples sub-section from menu
techniq Nov 3, 2025
c3ee653
Add example filtering
techniq Nov 3, 2025
60f9186
Refine docs menu
techniq Nov 3, 2025
e70a326
Cleanup section sorting
techniq Nov 3, 2025
fd1b47b
Improve ExampleLink display
techniq Nov 3, 2025
5c2d638
Improve ExampleLink display again
techniq Nov 3, 2025
637d62f
Cleanup orphaned screenshots
techniq Nov 3, 2025
dcbc3b6
Update generate screenshots script to keep checksum of example source…
techniq Nov 4, 2025
35f5ad0
Improve component api generation
techniq Nov 4, 2025
5e6bfa3
Fix class usage with header components
techniq Nov 4, 2025
d8a015a
Add sticky headers to example page
techniq Nov 4, 2025
04dd9a6
Cleanup used light/dark screenshot lookup (only need CSS). Tweak Exa…
techniq Nov 4, 2025
e8c0205
Set filter as sticky
techniq Nov 4, 2025
b3af59b
Update motion path examples
techniq Nov 4, 2025
28b14a2
update generate-component-api to also recursively process directories…
techniq Nov 5, 2025
aa42616
Support filtering component examples
techniq Nov 5, 2025
7cf8a72
Remove examples from related
techniq Nov 5, 2025
323fc5a
Refine related and layers
techniq Nov 5, 2025
15b37be
Add "View all" button / route to render all component examples. Fix …
techniq Nov 7, 2025
08d4867
Fix inspect link for component examples
techniq Nov 7, 2025
2ce4a20
Cleanup
techniq Nov 7, 2025
bf6022a
fix(ExampleLink): Add `aspect` prop to make 3/2 aspect opt-in. Fix l…
techniq Nov 7, 2025
0f072f8
Support changing column count of examples to "zoom in/out"
techniq Nov 7, 2025
a739b10
Fix Blockquote type
techniq Nov 7, 2025
716a6f2
Cleanup more related examples
techniq Nov 7, 2025
add151f
Fix preview zoom in for usage based examples
techniq Nov 7, 2025
0a372e0
Fixes multiline Blockquote formatting.
cycle4passion Nov 7, 2025
5f51cb9
MotionPathControls update
cycle4passion Nov 7, 2025
fb9b29f
ColorRampControl
cycle4passion Nov 7, 2025
ad34e17
Blur - removed empty TODO from md
cycle4passion Nov 7, 2025
cbb2b29
Treemap
cycle4passion Nov 7, 2025
433bf2b
GeoCircle
cycle4passion Nov 7, 2025
4af654d
Voronoi
cycle4passion Nov 7, 2025
625688e
TranformContext
cycle4passion Nov 7, 2025
f2cc612
Tooltip
cycle4passion Nov 7, 2025
a48f574
Remove old screenshots
techniq Nov 7, 2025
9cd1d03
AnnotationRange
cycle4passion Nov 7, 2025
6ebf2b1
AnnotationPoint
cycle4passion Nov 7, 2025
84c907d
Annotation Line
cycle4passion Nov 7, 2025
4da6b35
Threshold
cycle4passion Nov 8, 2025
5f2cc29
Spline
cycle4passion Nov 8, 2025
33bcf83
Points
cycle4passion Nov 8, 2025
6c2aef4
Pie
cycle4passion Nov 8, 2025
d6dadea
Fixes multiline Blockquote formatting. (#678)
cycle4passion Nov 8, 2025
e9877fb
Link/ForceSimulation
cycle4passion Nov 8, 2025
f9cfbf6
Labels
cycle4passion Nov 8, 2025
f8ee117
Hull
cycle4passion Nov 8, 2025
758745e
Calendar
cycle4passion Nov 8, 2025
91f299a
Bars
cycle4passion Nov 8, 2025
b4e4383
Area
cycle4passion Nov 8, 2025
0d1c005
Text
cycle4passion Nov 8, 2025
0b801c6
Improve captureScreenshots()
techniq Nov 8, 2025
999806c
Polygon
cycle4passion Nov 8, 2025
4db98df
Point - simple code spacing change
cycle4passion Nov 8, 2025
7d747e2
Regenerate all screenshots
techniq Nov 8, 2025
9488e96
Marker
cycle4passion Nov 8, 2025
169008f
Connector
cycle4passion Nov 8, 2025
fd68577
Remove controls from screenshots for more examples
techniq Nov 9, 2025
4911bd2
Remove vertical examples from Columns to Bars
techniq Nov 9, 2025
716ac1a
Update usage catalog
techniq Nov 9, 2025
eaa17d4
Improve zoom buttons
techniq Nov 9, 2025
8c709f1
Arc
cycle4passion Nov 9, 2025
c76b859
Rule
cycle4passion Nov 9, 2025
7bc4529
Legend
cycle4passion Nov 9, 2025
948db6a
Grid
cycle4passion Nov 9, 2025
e6dcd8b
Axis
cycle4passion Nov 9, 2025
51786c3
ScatterChart
cycle4passion Nov 9, 2025
bfb4288
added "lc-example-controls" class to controls which Ihad accumulated …
cycle4passion Nov 9, 2025
4bb2e9f
PieChart
cycle4passion Nov 9, 2025
2a5ac35
WIP "Edit in StackBlitz"
techniq Nov 9, 2025
fc6ed5b
Always show "Edit in StackBlitz" (fix showing when viewing example)
techniq Nov 9, 2025
8df7377
Update build-stackblitz-files to include data.ts. Rename templates d…
techniq Nov 10, 2025
c070772
Use remote function (stackblitz.remote.ts) instead of API endpoint
techniq Nov 10, 2025
0b82f62
Update stackblitz.remote.ts to support data.remote.ts usage
techniq Nov 10, 2025
1557b2b
Update stackblitz.remote.ts to support geo.remote.ts and graph.remote…
techniq Nov 10, 2025
0c88b4a
Skip external URLs when fetching data files in getExample function
techniq Nov 10, 2025
963b86a
Read *.remote.ts files within `build-stackblitz-files.ts` and update …
techniq Nov 10, 2025
1892861
Setup unplugin-icons for stackblitz-template
techniq Nov 10, 2025
0199932
Copy $lib/components/* (controls, etc) to stackblitz. Handle remote …
techniq Nov 10, 2025
c45232c
Merge branch 'docs-v2' of https://github.com/cycle4passion/layerchart…
techniq Nov 10, 2025
1dbf906
Change Arc label-direction back to 4 column layout
techniq Nov 10, 2025
8f7a06e
Update catalog and screenshots
techniq Nov 10, 2025
9506756
Rename `lc-example-controls` class to `screenshot-hidden`
techniq Nov 10, 2025
9be506e
Add basic usage at top
techniq Nov 11, 2025
ff1045a
Adjust aspect ratio
techniq Nov 11, 2025
e4e0c41
Tweak menu style
techniq Nov 11, 2025
f5da144
Adjust section order
techniq Nov 11, 2025
5cc7f36
fix(ExampleLink): Do not allow icons to flex shrink
techniq Nov 11, 2025
7e9a02a
Tweak menu style
techniq Nov 11, 2025
e0386a0
Add fade under sticky heading for smoother transition
techniq Nov 12, 2025
2eb9612
Generate links to component docs per example
techniq Nov 12, 2025
1b64a1e
Improve related
techniq Nov 12, 2025
7156a4b
Cleanup Voronoi example
techniq Nov 12, 2025
687e703
Update Chart related
techniq Nov 12, 2025
295c3fb
Add missing layer pages
techniq Nov 12, 2025
400ad57
Add basic graticule example
techniq Nov 12, 2025
a4fc5fd
Update Treemap examples (fix CI)
techniq Nov 12, 2025
076a7cf
Improve hierarchy types
techniq Nov 12, 2025
f74e143
Fix typo
techniq Nov 12, 2025
1008e14
Simplify example action labels
techniq Nov 13, 2025
8b184cf
Move Canvas, Html, and Svg to "Layers" section
techniq Nov 13, 2025
3f874c5
Begin to hide examples and replace with explicit usage and docs
techniq Nov 13, 2025
eda1f16
Update screenshots and catalog
techniq Nov 13, 2025
51e27da
Animated Globe
cycle4passion Nov 13, 2025
b1e72e1
Add null gaps to BarChart time-scale-interval example
techniq Nov 13, 2025
613e974
fix(Highlight|TooltipContext): Support xInterval / yInterval (#681)
techniq Nov 13, 2025
753cce7
Merge branch 'docs-v2' of https://github.com/techniq/layerchart into …
techniq Nov 14, 2025
aea4f37
Merge branch 'next' into docs-v2
techniq Nov 14, 2025
884b6f4
Update geo docs
techniq Nov 14, 2025
37c0049
Update layout docs
techniq Nov 14, 2025
a639527
Update interaction docs
techniq Nov 14, 2025
45770d6
Update annotation and fill docs
techniq Nov 14, 2025
6a58f0c
fix(ExampleLink): Hover styling
techniq Nov 15, 2025
303a053
fix(Example): Disable example resizing (and thus `overflow-hidden` be…
techniq Nov 15, 2025
ac22960
Skeleton-4 example package (#683)
cycle4passion Nov 16, 2025
f871e82
Add WIP frontpage
techniq Nov 16, 2025
aeca96d
Rough in some guides and other pages
techniq Nov 16, 2025
60c10a8
Add WIP tooltip docs
techniq Nov 16, 2025
b25bdbf
Fix check
techniq Nov 16, 2025
4ca9e45
Improve Layer guide
techniq Nov 16, 2025
c303e57
More Layer guide improvements
techniq Nov 16, 2025
0018e54
Tweak styles
techniq Nov 16, 2025
ab8ae18
Merge pull request #680 from cycle4passion:docs-v2-c4p
techniq Nov 16, 2025
b5b3e14
Graticule (#684)
cycle4passion Nov 16, 2025
eb3359d
Fix duplicate exports
techniq Nov 16, 2025
f0f2046
Update packages (except Svelte)
techniq Nov 16, 2025
e3d07a4
Add graphics comparison to Layers guide
techniq Nov 16, 2025
18a579e
Update Svelte to latest (ex. `5.39.13` to `5.43.8`)
techniq Nov 16, 2025
6ff0775
Downgrade content-collections for now to fix build issue
techniq Nov 17, 2025
b0fd4b9
Find the first example (typically usage) and add to component content…
techniq Nov 17, 2025
14e61a4
Extract ImageLink and ExampleScreen from ExampleLink. Add ComponentLink
techniq Nov 17, 2025
35c5d86
Add component links to primitives guide
techniq Nov 17, 2025
e232e74
Improve guides
techniq Nov 17, 2025
1e1137a
fix(ImageLink): fix image layout
techniq Nov 17, 2025
336b8ee
Regenerate screenshots (include all ForceSimulation)
techniq Nov 17, 2025
9db1d3f
fix(ImageLink): fix image layout, take 2
techniq Nov 17, 2025
dc97307
small cleanup
techniq Nov 17, 2025
9750e51
refine
techniq Nov 18, 2025
88c74e3
refine
techniq Nov 18, 2025
c0e0fa8
cleanup
techniq Nov 18, 2025
66d229a
Setup showcase page
techniq Nov 18, 2025
7aef283
Update svelte 5o 5.43.11 (perf improvements)
techniq Nov 18, 2025
2cb05be
Update svelte 5o 5.43.12 (more perf improvements)
techniq Nov 19, 2025
712d08a
Experiment with the design
techniq Nov 19, 2025
6b450b4
Design tweaks
techniq Nov 20, 2025
36f3e05
Some small viewport improvements (examples, layers guide)
techniq Nov 20, 2025
b53f824
Improve ImageLink/ExampleScreenshot, and related
techniq Nov 20, 2025
962df47
Design refinements
techniq Nov 20, 2025
eb3d182
Update deps
techniq Nov 20, 2025
0124cfa
tweaks
techniq Nov 20, 2025
a6ef4b8
Fix header z-index with sticky table cells
techniq Nov 20, 2025
007787b
Rough in more getting-started content
techniq Nov 21, 2025
9b839c3
Improve and animate homepage grid
techniq Nov 21, 2025
126fc16
Update deps
techniq Nov 21, 2025
5b640ed
Improve markdown code blocks (```) syntax highlight. Improve inline …
techniq Nov 21, 2025
3abd1c6
Fix Choropleth example (issue #687)
techniq Nov 21, 2025
1d72932
Fruits CSS variables instead of danger/info/etc. (#690)
cycle4passion Nov 22, 2025
090d920
1. It includes almost no new code, just moves controls around and upd…
cycle4passion Nov 22, 2025
aa65476
tweak menu colors
techniq Nov 22, 2025
dad7f3e
Fix main/code overflow and tweak styles
techniq Nov 22, 2025
1a590fc
Add strong markdown component, tweak styles
techniq Nov 22, 2025
62c2e84
DagrePlayground fix (#692)
cycle4passion Nov 22, 2025
38f35a6
Add missed fruitcolor change for BarChart/color-per-value (#693)
cycle4passion Nov 22, 2025
5cf1e5c
fix header background for light mode
techniq Nov 22, 2025
9f90f94
Persist filter and section as query params
techniq Nov 22, 2025
1637999
Improve example query filter to handle hyphenated example names (`ser…
techniq Nov 22, 2025
3c6659f
Cleanup docs menu
techniq Nov 22, 2025
909b600
Update component examles page to be filtering (like all examples rout…
techniq Nov 22, 2025
637d7ee
Only pass `?filter` if set
techniq Nov 22, 2025
2a6087b
Support loading `<Example ... />` for any `/docs` pages (getting star…
techniq Nov 23, 2025
cd6f58c
Cleanup old example route / content
techniq Nov 23, 2025
df5c2e8
Remove old `[type]` route param (remove old `examples` as we always u…
techniq Nov 23, 2025
4ff0e6f
Remove unneeded `type` parameter from `getMarkdownComponent()`
techniq Nov 23, 2025
13aaf59
Rename `section` to `category`
techniq Nov 23, 2025
24faf21
Merge branch 'next' into docs-v2
techniq Nov 23, 2025
f1ccca5
Fix chartMode bind:value for controls
techniq Nov 23, 2025
9ebc358
Remove no longer needed imports
techniq Nov 23, 2025
f8538dc
Support explicit order for menu items (ex. move Chart, ClipPath, and …
techniq Nov 23, 2025
9bdbc41
Downgrade svelte from 5.43.14 to 5.41.4 (pre-fork 5.42.0)
techniq Nov 23, 2025
4a7feb4
fix(Bar): Fix browser lockup when switching between group and stack l…
techniq Nov 23, 2025
c9d511b
Fix and simplify group / stack config for examples
techniq Nov 23, 2025
9099424
fix(ImageLink): Label truncation
techniq Nov 23, 2025
4e44fcb
Add Tools/Pivot (#694)
cycle4passion Nov 23, 2025
10b41b0
Add Tools and Perf examples (#695)
cycle4passion Nov 23, 2025
2b3b8a6
BarChart/Series-diverging xPadding (#696)
cycle4passion Nov 23, 2025
c1bc3eb
BarChart/group-series-padding bandPadding (#697)
cycle4passion Nov 23, 2025
77a42e1
BarCharts/axis-labels-inside-bars (#698)
cycle4passion Nov 23, 2025
8060e8e
Barchart/custom-chart Fix (#699)
cycle4passion Nov 23, 2025
0be743f
BarChart/sparkbars (#700)
cycle4passion Nov 23, 2025
62d1890
Getting Started Spelling Error (#701)
cycle4passion Nov 23, 2025
e171f4c
Move component examples under examples/components, add utils route/me…
techniq Nov 24, 2025
cbcc80e
Fix generate-screenshots.ts and update all screenshots and catalog info
techniq Nov 24, 2025
6a6dd78
Remove direct perf examples from LineChart docs
techniq Nov 24, 2025
f0e7d5f
Fix border color for top-level items
techniq Nov 24, 2025
b4a1846
Update integration examples to use `next` instead of workspace versio…
techniq Nov 24, 2025
62b10f7
Add simple-icons collection
techniq Nov 24, 2025
7a2a0e0
Improve getting started page
techniq Nov 24, 2025
418fd62
Update to latest svelte (fixed reactive issues we were experiencing)
techniq Nov 24, 2025
e0d4634
Added TabbedContent.svelte (#703)
cycle4passion Nov 25, 2025
1c6f654
Merge branch 'next' into docs-v2
techniq Nov 25, 2025
f30ef6a
Update svelte to latest (5.44.0)
techniq Nov 25, 2025
58806c8
Use AnimationFrames instead of TimerState
techniq Nov 25, 2025
2eaa0a1
Adjust some logic
techniq Nov 25, 2025
a836c31
Change default buffer size to 1k
techniq Nov 25, 2025
fdebf6e
Bump Svelte to 5.45.2
techniq Nov 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/fair-phones-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

refactor: Rename simplified charts `renderContext` prop to `layer`
5 changes: 5 additions & 0 deletions .changeset/flat-cases-enter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

refactor: Move contexts to separate `$lib/contexts` module
5 changes: 5 additions & 0 deletions .changeset/four-lizards-win.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

feat(Layer): Allow `type` to be optional, fallbacking back to `settings.layer` type
5 changes: 5 additions & 0 deletions .changeset/full-times-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

feat: Support global settings (layer type, debug, etc)
5 changes: 5 additions & 0 deletions .changeset/green-poems-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

fix(Bar): Fix browser lockup when switching between group and stack layouts
5 changes: 5 additions & 0 deletions .changeset/icy-llamas-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

feat(Chart): Support passing explicit `width` and `height` instead of requiring parent dimensions
5 changes: 5 additions & 0 deletions .changeset/spicy-gifts-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

feat(Chart): Support `class` prop
5 changes: 5 additions & 0 deletions .changeset/twenty-bushes-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'layerchart': patch
---

feat(Layer): Support showing chart and full frame boundaries with `settings.debug`
7 changes: 5 additions & 2 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build packages
run: pnpm package

- name: Build site
run: pnpm build:packages
run: pnpm --filter docs build

- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: preview-build
path: packages/layerchart/.svelte-kit
path: docs/.svelte-kit
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- run: pnpm install --frozen-lockfile

- run: pnpm --filter docs exec playwright install chromium

- run: pnpm check:packages

- run: pnpm lint:packages
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- packages/layerchart/**
- docs/**

jobs:
deploy-production:
Expand All @@ -25,8 +25,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build packages
run: pnpm package

- name: Build site
run: pnpm build:packages
run: pnpm --filter docs build

- name: Deploy to Cloudflare Pages
uses: AdrianGonz97/refined-cf-pages-action@v1
Expand All @@ -36,5 +39,5 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: layerchart
directory: ./.svelte-kit/cloudflare
workingDirectory: packages/layerchart
workingDirectory: docs
deploymentName: Production
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading
Loading