liferay-context-builder 0.6.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. liferay_context_builder-0.6.2/.claude/skills/liferay-expert/SKILL.md +135 -0
  2. liferay_context_builder-0.6.2/.github/workflows/ci.yml +44 -0
  3. liferay_context_builder-0.6.2/.github/workflows/pages.yml +39 -0
  4. liferay_context_builder-0.6.2/.github/workflows/publish.yml +34 -0
  5. liferay_context_builder-0.6.2/.gitignore +9 -0
  6. liferay_context_builder-0.6.2/.playwright-mcp/console-2026-07-09T16-22-30-962Z.log +10 -0
  7. liferay_context_builder-0.6.2/.playwright-mcp/console-2026-07-09T16-27-07-916Z.log +31 -0
  8. liferay_context_builder-0.6.2/.playwright-mcp/console-2026-07-09T16-40-35-150Z.log +105 -0
  9. liferay_context_builder-0.6.2/.playwright-mcp/console-2026-07-09T16-42-22-113Z.log +99 -0
  10. liferay_context_builder-0.6.2/.playwright-mcp/console-2026-07-09T16-43-01-710Z.log +103 -0
  11. liferay_context_builder-0.6.2/.playwright-mcp/page-2026-07-09T16-40-36-094Z.yml +0 -0
  12. liferay_context_builder-0.6.2/.playwright-mcp/page-2026-07-09T16-42-22-313Z.yml +0 -0
  13. liferay_context_builder-0.6.2/.playwright-mcp/page-2026-07-09T16-43-01-944Z.yml +136 -0
  14. liferay_context_builder-0.6.2/LICENSE +21 -0
  15. liferay_context_builder-0.6.2/PKG-INFO +354 -0
  16. liferay_context_builder-0.6.2/README.md +343 -0
  17. liferay_context_builder-0.6.2/docs/.nojekyll +1 -0
  18. liferay_context_builder-0.6.2/docs/adr/0001-crawl4ai-based-corpus-pipeline.md +320 -0
  19. liferay_context_builder-0.6.2/docs/adr/0002-drop-content-validation.md +103 -0
  20. liferay_context_builder-0.6.2/docs/assets/favicon.svg +5 -0
  21. liferay_context_builder-0.6.2/docs/assets/liferay-doc-demo.gif +0 -0
  22. liferay_context_builder-0.6.2/docs/assets/liferay-doc-demo.mp4 +0 -0
  23. liferay_context_builder-0.6.2/docs/assets/site.css +304 -0
  24. liferay_context_builder-0.6.2/docs/index.html +114 -0
  25. liferay_context_builder-0.6.2/docs/release.md +54 -0
  26. liferay_context_builder-0.6.2/ldev-home-desktop-final.png +0 -0
  27. liferay_context_builder-0.6.2/ldev-home-desktop.png +0 -0
  28. liferay_context_builder-0.6.2/ldev-home-mobile-final.png +0 -0
  29. liferay_context_builder-0.6.2/ldev-home-mobile.png +0 -0
  30. liferay_context_builder-0.6.2/pyproject.toml +38 -0
  31. liferay_context_builder-0.6.2/reports/low_value_candidates.md +369 -0
  32. liferay_context_builder-0.6.2/skills/liferay-expert/SKILL.md +135 -0
  33. liferay_context_builder-0.6.2/skills-lock.json +11 -0
  34. liferay_context_builder-0.6.2/src/liferay_docs_scraper/__init__.py +0 -0
  35. liferay_context_builder-0.6.2/src/liferay_docs_scraper/classify_pages.py +41 -0
  36. liferay_context_builder-0.6.2/src/liferay_docs_scraper/community.py +440 -0
  37. liferay_context_builder-0.6.2/src/liferay_docs_scraper/doctor.py +199 -0
  38. liferay_context_builder-0.6.2/src/liferay_docs_scraper/filter_urls.py +207 -0
  39. liferay_context_builder-0.6.2/src/liferay_docs_scraper/index.py +201 -0
  40. liferay_context_builder-0.6.2/src/liferay_docs_scraper/pipeline.py +571 -0
  41. liferay_context_builder-0.6.2/tests/test_classify_pages.py +14 -0
  42. liferay_context_builder-0.6.2/tests/test_community.py +137 -0
  43. liferay_context_builder-0.6.2/tests/test_doctor.py +35 -0
  44. liferay_context_builder-0.6.2/tests/test_filter_urls.py +62 -0
  45. liferay_context_builder-0.6.2/tests/test_index.py +52 -0
  46. liferay_context_builder-0.6.2/tests/test_pipeline.py +128 -0
@@ -0,0 +1,135 @@
1
+ ---
2
+ name: liferay-expert
3
+ description: Answer Liferay DXP technical questions by searching and reading locally scraped documentation (hundreds of pages across 14 capabilities, mirrored from learn.liferay.com/w/dxp). Use when the user asks how something works in Liferay DXP, wants configuration/troubleshooting steps, or asks about a specific capability (search, commerce, sites, security, self-hosted installation/upgrades, development, cloud, low-code, content management, digital asset management, personalization, integration, AI, or getting started).
4
+ ---
5
+
6
+ # Liferay Expert
7
+
8
+ Ground every Liferay DXP answer in the scraped docs — don't answer from
9
+ memory alone when this skill applies. Find the actual doc, read it, cite it.
10
+
11
+ ## Step 1: find the docs
12
+
13
+ The docs live in one shared location, not in whatever project you're
14
+ currently in (so it isn't duplicated per-project). Resolve it once per
15
+ conversation:
16
+
17
+ - If `$LIFERAY_DOCS_DIR` is set, use that.
18
+ - Otherwise use the default: `~/.liferay-docs` (same name on macOS, Linux, and
19
+ Windows -- the leading dot only actually hides it from a plain listing on
20
+ macOS/Linux; on Windows it's just part of the folder name).
21
+
22
+ Call this `$DOCS_DIR` below. It should contain Markdown files under
23
+ `raw/{capability}/`.
24
+
25
+ ## Step 2: is it there, and is it fresh?
26
+
27
+ - **No official Markdown under `$DOCS_DIR/raw/{capability}/`?** Tell the
28
+ user to run the scraper once (takes ~30-40 min, hits learn.liferay.com
29
+ directly):
30
+ ```
31
+ uvx --from crawl4ai crawl4ai-setup # one-time, installs Playwright browsers
32
+ uvx liferay-docs-scraper
33
+ ```
34
+ Don't launch this yourself mid-conversation — it's long-running and the
35
+ user should choose when to wait for it.
36
+ - **Official Markdown exists?** Check a few files' `fetched_at` frontmatter.
37
+ If it's more than ~7 days old, mention the docs may be stale and that
38
+ `uvx liferay-docs-scraper` refreshes them (still answer with what's
39
+ there — don't block on refreshing).
40
+ - If the user wants a one-command local check, tell them:
41
+ ```
42
+ uvx --from liferay-docs-scraper liferay-docs-scraper-doctor
43
+ ```
44
+
45
+ ## Step 3: search and answer
46
+
47
+ Use a discover -> read -> answer flow:
48
+
49
+ 1. Pick the likely capability folder(s) from the map below.
50
+ 2. If `$DOCS_DIR/reports/filtered/search_index.jsonl` exists, search it first:
51
+ ```
52
+ grep -i "<keyword>" $DOCS_DIR/reports/filtered/search_index.jsonl
53
+ ```
54
+ Try 2-3 keyword variants. Prefer entries with `"source_type":"official"`.
55
+ The `path` field points to the Markdown file to read.
56
+ 3. If the index is missing or thin, fall back to direct Markdown search:
57
+ `grep -ril "<keyword>" $DOCS_DIR/raw/<capability>/*.md`. Ignore any hits
58
+ under `raw/_navigation/` (TOC-only, no unique content).
59
+ 4. Read the best matching file(s) in full with the Read tool.
60
+ 5. Answer grounded in what you read. Always cite the source: the file's
61
+ frontmatter `url:` field.
62
+ 6. **Official docs came up empty or thin, especially for a "how do I..." or
63
+ "getting this error..." question?** Try the community content next:
64
+ `grep -ril "<keyword>" $DOCS_DIR/raw/community-howto/<capability>/*.md
65
+ $DOCS_DIR/raw/community-troubleshooting/<capability>/*.md` (also check
66
+ `.../community-{howto,troubleshooting}/_uncategorized/*.md` — many of
67
+ these articles aren't tagged with a capability at all). If a capability
68
+ isn't obvious, community-troubleshooting articles are usually titled
69
+ after the exact error message, so grepping the error text directly
70
+ works well.
71
+ 7. Nothing matches anywhere? Say so — try another capability or keyword
72
+ before giving up, don't guess at an answer.
73
+
74
+ **Citing community content:** always say explicitly that it's community-
75
+ contributed, not official Liferay documentation (e.g. "According to a
76
+ community How-To article: ..."), still citing the source URL. Prefer an
77
+ official-docs answer over a community one when both cover the same
78
+ question — the frontmatter's `source_type:` field tells you which is
79
+ which (`source_type: community-howto` / `community-troubleshooting` vs.
80
+ no `source_type` field at all for official docs).
81
+
82
+ ## Capability map
83
+
84
+ | Folder | Covers |
85
+ |---|---|
86
+ | `search` | Elasticsearch/OpenSearch/Solr, indexing, reindexing modes, search blueprints, facets, semantic search |
87
+ | `commerce` | Storefronts, pricing, orders, inventory, product catalogs, payments |
88
+ | `development` | Client extensions, service builder, APIs, theming, traditional Java dev, tooling |
89
+ | `sites` | Pages, site settings, page fragments, navigation, content pages |
90
+ | `low-code` | Objects, forms, workflow |
91
+ | `security` | Administration, permissions, users, SSO, virtual instances |
92
+ | `self-hosted` | Installation, upgrades, cloud-native experience (CNE), JVM tuning |
93
+ | `content-management-system` | Web content, blogs, documents, translations, tags/categories |
94
+ | `integration` | Headless/REST APIs, OAuth2, webhooks |
95
+ | `cloud` | Liferay Cloud/PaaS config, networking, scaling, migration |
96
+ | `digital-asset-management` | Documents and media, DAM DevOps, AI image generation |
97
+ | `personalization` | Segmentation, experiences (A/B testing), Analytics Cloud |
98
+ | `ai` | AI integrations (only 2 pages) |
99
+ | `getting-started` | Onboarding, Docker quick start, basic navigation |
100
+
101
+ When the right capability isn't obvious, grep 2-3 likely candidates rather
102
+ than guessing one and stopping.
103
+
104
+ ## Notes
105
+
106
+ - All paths above (`raw/...`, `reports/...`) are relative to `$DOCS_DIR` from
107
+ Step 1, not the current project directory.
108
+ - `liferay-docs-scraper-doctor` checks whether official Markdown exists in
109
+ the shared docs directory and whether this project has
110
+ `.claude/skills/liferay-expert/SKILL.md`; it never scrapes or installs
111
+ anything.
112
+ - `raw/_navigation/{capability}/` = TOC-only pages, excluded on purpose —
113
+ skip them, their linked subpages exist as real files elsewhere.
114
+ - `raw/_removed/{capability}/` = pages no longer on the live site. Only use
115
+ as a last resort, and say explicitly that the source may be outdated.
116
+ - The docs refresh on demand via `uvx liferay-docs-scraper` (rerun weekly if
117
+ you want to stay current); each file's `fetched_at` frontmatter tells you how
118
+ current it is.
119
+ - `reports/filtered/{capability}_urls.txt` lists every in-scope URL per
120
+ capability if you need to browse available topics without grepping content.
121
+ - `reports/filtered/search_index.jsonl` is a generated local retrieval index
122
+ for titles, headings, source type, capability, file path, source URL, and
123
+ freshness. Use it as the first shortlist when it exists.
124
+ - `reports/filtered/anomalies.jsonl` is an informational scrape-quality report
125
+ (short bodies, missing titles, suspicious size changes, known error markers).
126
+ If you cite a page listed there, mention the scrape may need checking.
127
+ - `raw/community-howto/` and `raw/community-troubleshooting/` are a separate,
128
+ much larger (~4,800 pages) set of community-contributed recipes and
129
+ troubleshooting articles from learn.liferay.com/kb-article/*, fetched by
130
+ `uvx --from liferay-docs-scraper liferay-docs-scraper-community` (a
131
+ separate, multi-hour command -- not part of the weekly official-docs
132
+ refresh, and not required for this skill to work at all). Same
133
+ capability folder names as the official docs, plus a `_uncategorized/`
134
+ bucket for articles the site itself didn't tag with a capability. Lower
135
+ authority than official docs -- see Step 3.
@@ -0,0 +1,44 @@
1
+ name: CI
2
+
3
+ on:
4
+ pull_request:
5
+ push:
6
+ branches: [main]
7
+
8
+ jobs:
9
+ test:
10
+ name: Python ${{ matrix.python-version }}
11
+ runs-on: ubuntu-latest
12
+ strategy:
13
+ fail-fast: false
14
+ matrix:
15
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
16
+
17
+ steps:
18
+ - uses: actions/checkout@v4
19
+
20
+ - uses: actions/setup-python@v5
21
+ with:
22
+ python-version: ${{ matrix.python-version }}
23
+
24
+ - name: Install uv
25
+ uses: astral-sh/setup-uv@v5
26
+
27
+ - name: Install dependencies
28
+ run: uv sync --group dev
29
+
30
+ - name: Lint
31
+ run: uv run ruff check .
32
+
33
+ - name: Test
34
+ run: uv run pytest
35
+
36
+ - name: Build package
37
+ run: uv build
38
+
39
+ - name: Upload distributions
40
+ if: matrix.python-version == '3.13'
41
+ uses: actions/upload-artifact@v4
42
+ with:
43
+ name: distributions
44
+ path: dist/*
@@ -0,0 +1,39 @@
1
+ name: Pages
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+ paths:
7
+ - "docs/**"
8
+ - ".github/workflows/pages.yml"
9
+ workflow_dispatch:
10
+
11
+ permissions:
12
+ contents: read
13
+ pages: write
14
+ id-token: write
15
+
16
+ concurrency:
17
+ group: pages
18
+ cancel-in-progress: false
19
+
20
+ jobs:
21
+ deploy:
22
+ name: Deploy GitHub Pages
23
+ runs-on: ubuntu-latest
24
+ environment:
25
+ name: github-pages
26
+ url: ${{ steps.deployment.outputs.page_url }}
27
+ steps:
28
+ - uses: actions/checkout@v4
29
+
30
+ - uses: actions/configure-pages@v5
31
+ with:
32
+ enablement: true
33
+
34
+ - uses: actions/upload-pages-artifact@v3
35
+ with:
36
+ path: docs
37
+
38
+ - id: deployment
39
+ uses: actions/deploy-pages@v4
@@ -0,0 +1,34 @@
1
+ name: Publish
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ push:
6
+ tags:
7
+ - "v*"
8
+
9
+ permissions:
10
+ contents: read
11
+
12
+ jobs:
13
+ publish:
14
+ name: Publish to PyPI
15
+ runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: read
18
+ id-token: write
19
+
20
+ steps:
21
+ - uses: actions/checkout@v4
22
+
23
+ - uses: actions/setup-python@v5
24
+ with:
25
+ python-version: "3.13"
26
+
27
+ - name: Install uv
28
+ uses: astral-sh/setup-uv@v5
29
+
30
+ - name: Build distributions
31
+ run: uv build
32
+
33
+ - name: Publish to PyPI
34
+ run: uv publish --trusted-publishing always
@@ -0,0 +1,9 @@
1
+ .venv-crawl4ai/
2
+ .venv/
3
+ .DS_Store
4
+ __pycache__/
5
+ raw/
6
+ reports/filtered/
7
+ dist/
8
+ *.egg-info/
9
+ uv.lock
@@ -0,0 +1,10 @@
1
+ [ 406662ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
2
+ [ 408025ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
3
+ [ 408307ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
4
+ [ 408334ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
5
+ [ 408618ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
6
+ [ 411951ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
7
+ [ 1129336ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
8
+ [ 1131507ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
9
+ [ 1667352ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
10
+ [ 1907347ms] [ERROR] Failed to load resource: the server responded with a status of 503 () @ https://collector.github.com/github/collect:0
@@ -0,0 +1,31 @@
1
+ [ 98853ms] [ERROR] Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
2
+ [ 99158ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
3
+ [ 99512ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
4
+ [ 99915ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
5
+ [ 100368ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
6
+ [ 100872ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
7
+ [ 101428ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
8
+ [ 102033ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
9
+ [ 102689ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
10
+ [ 103391ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
11
+ [ 104145ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
12
+ [ 104950ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
13
+ [ 105804ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
14
+ [ 106707ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
15
+ [ 107660ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
16
+ [ 108663ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
17
+ [ 109716ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
18
+ [ 110820ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
19
+ [ 111973ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
20
+ [ 113177ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
21
+ [ 114431ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
22
+ [ 115735ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
23
+ [ 117088ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
24
+ [ 118489ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
25
+ [ 119941ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
26
+ [ 121443ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
27
+ [ 122996ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
28
+ [ 124598ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
29
+ [ 126250ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
30
+ [ 127952ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
31
+ [ 129706ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8000/assets/liferay-doc-demo.mp4:0
@@ -0,0 +1,105 @@
1
+ [ 914ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://127.0.0.1:5173/favicon.ico:0
2
+ [ 162126ms] [LOG] [vite] server connection lost. Polling for restart... @ http://127.0.0.1:5173/ldev/@vite/client:559
3
+ [ 162131ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
4
+ [ 163133ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
5
+ [ 164136ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
6
+ [ 165139ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
7
+ [ 166141ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
8
+ [ 167143ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
9
+ [ 168145ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
10
+ [ 169148ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
11
+ [ 170150ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
12
+ [ 171153ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
13
+ [ 172156ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
14
+ [ 173160ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
15
+ [ 174162ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
16
+ [ 175165ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
17
+ [ 176168ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
18
+ [ 177170ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
19
+ [ 178173ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
20
+ [ 179175ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
21
+ [ 180177ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
22
+ [ 181179ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
23
+ [ 182182ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
24
+ [ 183185ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
25
+ [ 184188ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
26
+ [ 185190ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
27
+ [ 186193ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
28
+ [ 187195ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
29
+ [ 188197ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
30
+ [ 189198ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
31
+ [ 190200ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
32
+ [ 191202ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
33
+ [ 192206ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
34
+ [ 193208ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
35
+ [ 194212ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
36
+ [ 195218ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
37
+ [ 196223ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
38
+ [ 197228ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
39
+ [ 198231ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
40
+ [ 199233ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
41
+ [ 200235ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
42
+ [ 201239ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
43
+ [ 202242ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
44
+ [ 203246ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
45
+ [ 204251ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
46
+ [ 205257ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
47
+ [ 206263ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
48
+ [ 207268ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
49
+ [ 208270ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
50
+ [ 209277ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
51
+ [ 210280ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
52
+ [ 211285ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
53
+ [ 212291ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
54
+ [ 213296ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
55
+ [ 214300ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
56
+ [ 215307ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
57
+ [ 216324ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
58
+ [ 217329ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
59
+ [ 218333ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
60
+ [ 219341ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
61
+ [ 220343ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
62
+ [ 221346ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
63
+ [ 222358ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
64
+ [ 223361ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
65
+ [ 224363ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
66
+ [ 225370ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
67
+ [ 226372ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
68
+ [ 227375ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
69
+ [ 228380ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
70
+ [ 229384ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
71
+ [ 230391ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
72
+ [ 231395ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
73
+ [ 232399ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
74
+ [ 233402ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
75
+ [ 234405ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
76
+ [ 235409ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
77
+ [ 236413ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
78
+ [ 237420ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
79
+ [ 238423ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
80
+ [ 239430ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
81
+ [ 240439ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
82
+ [ 241443ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
83
+ [ 242447ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
84
+ [ 243455ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
85
+ [ 244463ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
86
+ [ 245466ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
87
+ [ 246473ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
88
+ [ 247477ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
89
+ [ 248487ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
90
+ [ 249490ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
91
+ [ 250491ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
92
+ [ 251493ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
93
+ [ 252496ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
94
+ [ 253498ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
95
+ [ 254501ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
96
+ [ 255503ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
97
+ [ 256505ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
98
+ [ 257508ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
99
+ [ 258510ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
100
+ [ 259512ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
101
+ [ 260515ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
102
+ [ 261517ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
103
+ [ 262520ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
104
+ [ 263523ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
105
+ [ 264525ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
@@ -0,0 +1,99 @@
1
+ [ 55163ms] [LOG] [vite] server connection lost. Polling for restart... @ http://127.0.0.1:5173/ldev/@vite/client:559
2
+ [ 55166ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
3
+ [ 56169ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
4
+ [ 57171ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
5
+ [ 58173ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
6
+ [ 59176ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
7
+ [ 60179ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
8
+ [ 61181ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
9
+ [ 62184ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
10
+ [ 63186ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
11
+ [ 64190ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
12
+ [ 65193ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
13
+ [ 66197ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
14
+ [ 67199ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
15
+ [ 68202ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
16
+ [ 69205ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
17
+ [ 70207ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
18
+ [ 71210ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
19
+ [ 72212ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
20
+ [ 73214ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
21
+ [ 74217ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
22
+ [ 75219ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
23
+ [ 76221ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
24
+ [ 77224ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
25
+ [ 78227ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
26
+ [ 79230ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
27
+ [ 80232ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
28
+ [ 81234ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
29
+ [ 82237ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
30
+ [ 83238ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
31
+ [ 84240ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
32
+ [ 85244ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
33
+ [ 86246ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
34
+ [ 87250ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
35
+ [ 88255ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
36
+ [ 89259ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
37
+ [ 90265ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
38
+ [ 91269ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
39
+ [ 92271ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
40
+ [ 93272ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
41
+ [ 94276ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
42
+ [ 95280ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
43
+ [ 96283ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
44
+ [ 97288ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
45
+ [ 98293ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
46
+ [ 99300ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
47
+ [ 100305ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
48
+ [ 101308ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
49
+ [ 102314ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
50
+ [ 103317ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
51
+ [ 104322ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
52
+ [ 105327ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
53
+ [ 106334ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
54
+ [ 107337ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
55
+ [ 108345ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
56
+ [ 109358ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
57
+ [ 110364ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
58
+ [ 111369ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
59
+ [ 112377ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
60
+ [ 113379ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
61
+ [ 114383ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
62
+ [ 115391ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
63
+ [ 116396ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
64
+ [ 117398ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
65
+ [ 118404ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
66
+ [ 119407ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
67
+ [ 120411ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
68
+ [ 121416ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
69
+ [ 122420ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
70
+ [ 123427ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
71
+ [ 124432ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
72
+ [ 125437ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
73
+ [ 126440ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
74
+ [ 127442ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
75
+ [ 128447ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
76
+ [ 129450ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
77
+ [ 130457ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
78
+ [ 131461ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
79
+ [ 132467ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
80
+ [ 133475ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
81
+ [ 134479ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
82
+ [ 135484ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
83
+ [ 136492ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
84
+ [ 137499ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
85
+ [ 138503ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
86
+ [ 139510ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
87
+ [ 140514ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
88
+ [ 141521ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
89
+ [ 142524ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
90
+ [ 143526ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
91
+ [ 144403ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/getting-started/what-is-ldev.md?import&t=1783615486507:0
92
+ [ 144404ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/getting-started/what-is-ldev/index.md?import&t=1783615486507:0
93
+ [ 144404ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/hashmap.json:0
94
+ [ 144528ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
95
+ [ 145414ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/index.md?import&t=1783615487526:0
96
+ [ 145415ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev.md?import&t=1783615487526:0
97
+ [ 145415ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/hashmap.json:0
98
+ [ 145530ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0
99
+ [ 146532ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://127.0.0.1:5173/ldev/:0