Skip to content

Commit fa118dd

Browse files
committed
🔄️ Merge branch 'master' of github.com:lissy93/dashy into jasper/feature-1853-compact-glance
2 parents 98f4a38 + d24ac5d commit fa118dd

File tree

83 files changed

+8446
-9502
lines changed

Some content is hidden

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

83 files changed

+8446
-9502
lines changed

‎.devcontainer/devcontainer.json‎

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
{
44
"name": "Dashy",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-24-bookworm",
77
"customizations": {
88
"vscode": {
99
"extensions": [
1010
"Vue.volar",
1111
"dbaeumer.vscode-eslint",
1212
"ms-azuretools.vscode-docker",
13-
"ms-edgedevtools.vscode-edge-devtools",
14-
"firefox-devtools.vscode-firefox-debug",
15-
"aaravb.chrome-extension-developer-tools"
13+
"EditorConfig.EditorConfig",
14+
"esbenp.prettier-vscode",
15+
"vitest.explorer",
16+
"redhat.vscode-yaml"
1617
]
1718
}
1819
},
@@ -22,14 +23,11 @@
2223
"ghcr.io/devcontainers/features/github-cli:1": {}
2324
},
2425

25-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
26-
// "forwardPorts": [],
26+
// Make the dev server and production server ports available locally.
27+
"forwardPorts": [8080, 4000],
2728

2829
// Use 'postCreateCommand' to run commands after the container is created.
29-
"postCreateCommand": "yarn install --ignore-engines --immutable --no-cache --network-timeout 300000 --network-concurrency 1"
30-
31-
// Configure tool-specific properties.
32-
// "customizations": {},
30+
"postCreateCommand": "yarn install --ignore-engines --network-timeout 300000"
3331

3432
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3533
// "remoteUser": "root"

‎.github/.lycheeexclude‎

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

‎.github/.misspell-fixer.ignore‎

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

‎.github/AUTHORS.txt‎

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

0 commit comments

Comments
 (0)