Skip to content

Commit e3d1548

Browse files
authored
Merge branch 'develop' into copilot/fix-23
2 parents 03d176a + 7506883 commit e3d1548

File tree

650 files changed

+31424
-41995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

650 files changed

+31424
-41995
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
// Features to add to the dev container. More info: https://containers.dev/features.
88
"features": {
99
"ghcr.io/devcontainers/features/github-cli:1": {},
10-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
10+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
11+
"ghcr.io/devcontainers/features/sshd:1": {}
1112
},
1213

1314
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1415
"forwardPorts": [3000, 3001, 5000, 5173, 8080],
1516

1617
// Use 'postCreateCommand' to run commands after the container is created.
17-
"postCreateCommand": "npm install -g pnpm@10.12.1 && pnpm install && pnpm build:types",
18+
"postCreateCommand": "npm install -g pnpm@10.13.1 && pnpm install && pnpm build:types",
1819

1920
// Configure tool-specific properties.
2021
"customizations": {

.devlog/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.devlog/entries/001-fix-web-dashboard-ui-layout-issues.json

Lines changed: 0 additions & 94 deletions
This file was deleted.

.devlog/entries/002-implement-markdown-rendering-for-devlog-detail-fie.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

.devlog/entries/003-fix-visual-elements-in-markdown-rendering-alerts-a.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)