Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2024
1 parent 67b000e commit cd00220
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"rangav.vscode-thunder-client",
"SonarSource.sonarlint-vscode",
"unifiedjs.vscode-mdx",
"ZihanLi.at-helper"
]
}
"ZihanLi.at-helper",
],
},
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand All @@ -30,12 +30,12 @@
"portsAttributes": {
"1200": {
"label": "app port",
"onAutoForward": "notify"
"onAutoForward": "notify",
},
"3000": {
"label": "docs port",
"onAutoForward": "notify"
}
"onAutoForward": "notify",
},
},

"onCreateCommand": "sudo apt-get update && export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y install --no-install-recommends ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcairo2 libcups2 libdbus-1-3 libexpat1 libgbm1 libglib2.0-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 wget xdg-utils redis-server && sudo apt-get autoremove -y && sudo apt-get clean -y && sudo rm -rf /var/lib/apt/lists/*",
Expand All @@ -55,10 +55,10 @@
"remoteUser": "node",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker": {
"version": "latest"
"version": "latest",
},
"ghcr.io/devcontainers/features/github-cli": {
"version": "latest"
}
}
"version": "latest",
},
},
}
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./lib/*"]
}
"@/*": ["./lib/*"],
},
},
"include": ["./lib/**/*"]
"include": ["./lib/**/*"],
}

0 comments on commit cd00220

Please sign in to comment.