style: auto format

This commit is contained in:
github-actions[bot] 2024-01-17 22:14:44 +00:00
parent 67b000e60f
commit cd00220d98
2 changed files with 13 additions and 13 deletions

View File

@ -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.
@ -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/*",
@ -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",
},
},
}

View File

@ -2,8 +2,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./lib/*"]
}
"@/*": ["./lib/*"],
},
},
"include": ["./lib/**/*"]
"include": ["./lib/**/*"],
}