ci: Add bootstrap.ps1 and automate Windows build images (#15606)

This commit is contained in:
Ashcon Partovi
2024-12-05 14:16:37 -08:00
committed by GitHub
parent 4c8cbecb08
commit fa6ac405a4
18 changed files with 3850 additions and 1277 deletions

View File

@@ -4,7 +4,9 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/supertest": "2.0.12",
"@types/utf-8-validate": "5.0.0"
"@types/utf-8-validate": "5.0.0",
"@types/ws": "8.5.10",
"@types/puppeteer": "7.0.4"
},
"dependencies": {
"@azure/service-bus": "7.9.4",
@@ -16,7 +18,6 @@
"@remix-run/serve": "2.10.3",
"@resvg/resvg-js": "2.4.1",
"@swc/core": "1.3.38",
"@types/ws": "8.5.10",
"aws-cdk-lib": "2.148.0",
"axios": "1.6.8",
"body-parser": "1.20.2",