Skip to content

Commit 0486cd9

Browse files
committed
run dump
1 parent 7bc2ce5 commit 0486cd9

2 files changed

Lines changed: 1233 additions & 6 deletions

File tree

docs/llm/dump.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
===============================================================================
22
PROJECT EXPORT
3-
Generated: Tue Jan 27 01:01:42 PM EST 2026
3+
Generated: Tue Jan 27 01:31:48 PM EST 2026
44
Project Path: /home/kushal/src/dotnet/MyBlog
55
===============================================================================
66

@@ -58,7 +58,9 @@ DIRECTORY STRUCTURE:
5858
│   │   │   ├── 0046.txt
5959
│   │   │   ├── 0047.txt
6060
│   │   │   ├── 0048.txt
61-
│   │   │   └── 0049.txt
61+
│   │   │   ├── 0049.txt
62+
│   │   │   ├── 0050.txt
63+
│   │   │   └── 0051.txt
6264
│   │   ├── command.md
6365
│   │   ├── dump.txt
6466
│   │   ├── instructions.md
@@ -646,8 +648,8 @@ echo ""
646648

647649
================================================================================
648650
FILE: .github/workflows/build-deploy.yml
649-
SIZE: 5.09 KB
650-
MODIFIED: 2026-01-27 12:56:00
651+
SIZE: 5.11 KB
652+
MODIFIED: 2026-01-27 13:29:41
651653
================================================================================
652654

653655
name: Build, Test, and Deploy
@@ -708,7 +710,7 @@ jobs:
708710

709711
- name: Start MyBlog application
710712
run: |
711-
dotnet run --project src/MyBlog.Web/MyBlog.Web.csproj -c Release --no-build > app.log 2>&1 &
713+
dotnet run --project src/MyBlog.Web/MyBlog.Web.csproj -c Release --no-build --no-launch-profile > app.log 2>&1 &
712714
echo $! > app.pid
713715
env:
714716
ASPNETCORE_URLS: http://localhost:5000
@@ -13719,7 +13721,7 @@ window.themeManager = {
1371913721

1372013722

1372113723
===============================================================================
13722-
EXPORT COMPLETED: Tue Jan 27 01:01:43 PM EST 2026
13724+
EXPORT COMPLETED: Tue Jan 27 01:31:49 PM EST 2026
1372313725
Total Files Found: 115
1372413726
Files Exported: 115
1372513727
Files Skipped: 0 (binary or large files)

0 commit comments

Comments
 (0)