René's URL Explorer Experiment


Title: ng deploy - allow configuration for serverTarget · Issue #2764 · angular/angularfire · GitHub

Open Graph Title: ng deploy - allow configuration for serverTarget · Issue #2764 · angular/angularfire

X Title: ng deploy - allow configuration for serverTarget · Issue #2764 · angular/angularfire

Description: Version info Angular: 11.0.0 Firebase: 8.1.2 AngularFire: 6.1.4 Node: 14 How to reproduce these conditions I have two environment configs for my Angular Universal app: dev.environment.ts and prod.environment.ts with different API keys. I...

Open Graph Description: Version info Angular: 11.0.0 Firebase: 8.1.2 AngularFire: 6.1.4 Node: 14 How to reproduce these conditions I have two environment configs for my Angular Universal app: dev.environment.ts and prod.e...

X Description: Version info Angular: 11.0.0 Firebase: 8.1.2 AngularFire: 6.1.4 Node: 14 How to reproduce these conditions I have two environment configs for my Angular Universal app: dev.environment.ts and prod.e...

Opengraph URL: https://github.com/angular/angularfire/issues/2764

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ng deploy - allow configuration for serverTarget","articleBody":"\u003c!--\r\n\r\nIMPORTANT! YOU MUST FOLLOW THESE INSTRUCTIONS OR YOUR ISSUE WILL BE CLOSED.\r\n\r\nThank you for contributing to the Angular and Firebase communities!\r\n\r\nHave a usage question?\r\n=======================\r\nWe get lots of those and we love helping you, but GitHub is not the best place for them and they will be closed. Here are some resources to get help:\r\n\r\n- Go through the Developer's Guide: https://github.com/angular/angularfire2#developer-guide\r\n\r\nIf the official documentation doesn't help, try asking through our officially supported channels:\r\n\r\n- Firebase Google Group: https://groups.google.com/forum/#!forum/firebase-talk\r\n- Stack Overflow: https://stackoverflow.com/questions/tagged/angular (include the firebase and angularfire tags, too!)\r\n\r\n*Please avoid double posting across multiple channels!*\r\n\r\nThink you found a bug?\r\n=======================\r\nYeah, we're definitely not perfect! Please use the bug report template below and include a minimal repro when opening the issue.\r\n\r\nHave a feature request?\r\n========================\r\nGreat, we love hearing how we can improve our products! Remove the template below and\r\nprovide an explanation of your feature request. Provide code samples if applicable. Try to\r\nthink about what it will allow you to do that you can't do today? How will it make current\r\nworkarounds straightforward? What potential bugs and edge cases does it help to avoid?\r\n\r\n--\u003e\r\n\r\n\r\n### Version info\r\n\r\n\u003c!-- What versions of the following libraries are you using? Note that your issue may already\r\nbe fixed in the latest versions. --\u003e\r\n\r\n**Angular:** 11.0.0\r\n\r\n**Firebase:** 8.1.2\r\n\r\n**AngularFire:** 6.1.4\r\n\r\n**Node:** 14\r\n\r\n### How to reproduce these conditions\r\nI have two environment configs for my Angular Universal app: `dev.environment.ts` and `prod.environment.ts` with different API keys. I configured my entire `angular.json` for these two build configurations `production` and `development`. However, when I run `ng deploy --configuration development` the browser build uses the correct configuration, but the server build uses the `production` config.\r\n\r\n**Steps to set up and reproduce**\r\n\r\n```json\r\n{\r\n  \"$schema\": \"./node_modules/@angular/cli/lib/config/schema.json\",\r\n  \"version\": 1,\r\n  \"newProjectRoot\": \"projects\",\r\n  \"projects\": {\r\n    \"my-app\": {\r\n      \"projectType\": \"application\",\r\n      \"schematics\": {\r\n        \"@schematics/angular:component\": {\r\n          \"style\": \"scss\",\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:class\": {\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:directive\": {\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:guard\": {\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:interceptor\": {\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:module\": {\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:pipe\": {\r\n          \"skipTests\": true\r\n        },\r\n        \"@schematics/angular:service\": {\r\n          \"skipTests\": true\r\n        }\r\n      },\r\n      \"root\": \"\",\r\n      \"sourceRoot\": \"src\",\r\n      \"prefix\": \"app\",\r\n      \"architect\": {\r\n        \"build\": {\r\n          \"builder\": \"@angular-devkit/build-angular:browser\",\r\n          \"options\": {\r\n            \"allowedCommonJsDependencies\": [\r\n              \"hammerjs\",\r\n              \"lodash/cloneDeep\",\r\n              \"@angular/fire/firestore\",\r\n              \"@firebase/app\",\r\n              \"@firebase/auth\",\r\n              \"@firebase/firestore\",\r\n              \"@firebase/component\",\r\n              \"@firebase/util\",\r\n              \"@firebase/performance\",\r\n              \"firebase/app\",\r\n              \"jspdf\",\r\n              \"pako\",\r\n              \"@babel/runtime-corejs3\",\r\n              \"raf\"\r\n            ],\r\n            \"outputPath\": \"dist/browser\",\r\n            \"index\": \"src/index.html\",\r\n            \"main\": \"src/main.ts\",\r\n            \"polyfills\": \"src/polyfills.ts\",\r\n            \"tsConfig\": \"tsconfig.app.json\",\r\n            \"aot\": true,\r\n            \"assets\": [\r\n              \"src/favicon.ico\",\r\n              \"src/apple-touch-icon.png\",\r\n              \"src/assets\",\r\n              \"src/manifest.webmanifest\"\r\n            ],\r\n            \"styles\": [\r\n              \"src/styles.scss\"\r\n            ],\r\n            \"stylePreprocessorOptions\": {\r\n              \"includePaths\": [\r\n                \"src/assets/scss\"\r\n              ]\r\n            },\r\n            \"scripts\": []\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {\r\n              \"fileReplacements\": [\r\n                {\r\n                  \"replace\": \"src/environments/environment.ts\",\r\n                  \"with\": \"src/environments/environment.prod.ts\"\r\n                }\r\n              ],\r\n              \"index\": {\r\n                \"input\": \"src/index.prod.html\",\r\n                \"output\": \"index.html\"\r\n              },\r\n              \"optimization\": true,\r\n              \"outputHashing\": \"all\",\r\n              \"sourceMap\": false,\r\n              \"namedChunks\": false,\r\n              \"extractLicenses\": true,\r\n              \"vendorChunk\": false,\r\n              \"buildOptimizer\": true,\r\n              \"budgets\": [\r\n                {\r\n                  \"type\": \"initial\",\r\n                  \"maximumWarning\": \"2mb\",\r\n                  \"maximumError\": \"5mb\"\r\n                },\r\n                {\r\n                  \"type\": \"anyComponentStyle\",\r\n                  \"maximumWarning\": \"7kb\",\r\n                  \"maximumError\": \"10kb\"\r\n                }\r\n              ],\r\n              \"serviceWorker\": true,\r\n              \"ngswConfigPath\": \"ngsw-config.json\"\r\n            },\r\n            \"development\": {\r\n              \"fileReplacements\": [\r\n                {\r\n                  \"replace\": \"src/environments/environment.ts\",\r\n                  \"with\": \"src/environments/environment.dev.ts\"\r\n                }\r\n              ],\r\n              \"optimization\": true,\r\n              \"outputHashing\": \"all\",\r\n              \"sourceMap\": false,\r\n              \"namedChunks\": false,\r\n              \"extractLicenses\": true,\r\n              \"vendorChunk\": false,\r\n              \"buildOptimizer\": true,\r\n              \"budgets\": [\r\n                {\r\n                  \"type\": \"initial\",\r\n                  \"maximumWarning\": \"2mb\",\r\n                  \"maximumError\": \"5mb\"\r\n                },\r\n                {\r\n                  \"type\": \"anyComponentStyle\",\r\n                  \"maximumWarning\": \"7kb\",\r\n                  \"maximumError\": \"10kb\"\r\n                }\r\n              ],\r\n              \"serviceWorker\": true,\r\n              \"ngswConfigPath\": \"ngsw-config.json\"\r\n            }\r\n          }\r\n        },\r\n        \"serve\": {\r\n          \"builder\": \"@angular-devkit/build-angular:dev-server\",\r\n          \"options\": {\r\n            \"browserTarget\": \"my-app:build\"\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {\r\n              \"browserTarget\": \"my-app:build:production\"\r\n            },\r\n            \"development\": {\r\n              \"browserTarget\": \"my-app:build:development\"\r\n            }\r\n          }\r\n        },\r\n        \"extract-i18n\": {\r\n          \"builder\": \"@angular-devkit/build-angular:extract-i18n\",\r\n          \"options\": {\r\n            \"browserTarget\": \"my-app:build\"\r\n          }\r\n        },\r\n        \"test\": {\r\n          \"builder\": \"@angular-devkit/build-angular:karma\",\r\n          \"options\": {\r\n            \"main\": \"src/test.ts\",\r\n            \"polyfills\": \"src/polyfills.ts\",\r\n            \"tsConfig\": \"tsconfig.spec.json\",\r\n            \"karmaConfig\": \"karma.conf.js\",\r\n            \"assets\": [\r\n              \"src/favicon.ico\",\r\n              \"src/apple-touch-icon.png\",\r\n              \"src/assets\",\r\n              \"src/manifest.webmanifest\"\r\n            ],\r\n            \"styles\": [\r\n              \"src/styles.scss\"\r\n            ],\r\n            \"stylePreprocessorOptions\": {\r\n              \"includePaths\": [\r\n                \"src/assets/scss\"\r\n              ]\r\n            },\r\n            \"scripts\": []\r\n          }\r\n        },\r\n        \"lint\": {\r\n          \"builder\": \"@angular-eslint/builder:lint\",\r\n          \"options\": {\r\n            \"lintFilePatterns\": [\r\n              \"src/**/*.ts\",\r\n              \"src/**/*.html\"\r\n            ]\r\n          }\r\n        },\r\n        \"e2e\": {\r\n          \"builder\": \"@angular-devkit/build-angular:protractor\",\r\n          \"options\": {\r\n            \"protractorConfig\": \"e2e/protractor.conf.js\",\r\n            \"devServerTarget\": \"my-app:serve\"\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {\r\n              \"devServerTarget\": \"my-app:serve:production\"\r\n            },\r\n            \"development\": {\r\n              \"devServerTarget\": \"my-app:serve:development\"\r\n            }\r\n          }\r\n        },\r\n        \"deploy\": {\r\n          \"builder\": \"@angular/fire:deploy\",\r\n          \"options\": {\r\n            \"ssr\": true,\r\n            \"functionsNodeVersion\": 12\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {\r\n              \"buildTarget\": \"my-app:build:production\",\r\n              \"serverTarget\": \"my-app:server:production\"\r\n            },\r\n            \"development\": {\r\n              \"buildTarget\": \"my-app:build:development\",\r\n              \"serverTarget\": \"my-app:server:development\"\r\n            }\r\n          }\r\n        },\r\n        \"server\": {\r\n          \"builder\": \"@angular-devkit/build-angular:server\",\r\n          \"options\": {\r\n            \"outputPath\": \"dist/server\",\r\n            \"main\": \"server.ts\",\r\n            \"tsConfig\": \"tsconfig.server.json\",\r\n            \"stylePreprocessorOptions\": {\r\n              \"includePaths\": [\r\n                \"src/assets/scss\"\r\n              ]\r\n            },\r\n            \"externalDependencies\": [\r\n              \"firebase\",\r\n              \"@firebase/app\",\r\n              \"@firebase/analytics\",\r\n              \"@firebase/auth\",\r\n              \"@firebase/component\",\r\n              \"@firebase/database\",\r\n              \"@firebase/firestore\",\r\n              \"@firebase/functions\",\r\n              \"@firebase/installations\",\r\n              \"@firebase/messaging\",\r\n              \"@firebase/storage\",\r\n              \"@firebase/performance\",\r\n              \"@firebase/remote-config\",\r\n              \"@firebase/util\"\r\n            ]\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {\r\n              \"outputHashing\": \"media\",\r\n              \"fileReplacements\": [\r\n                {\r\n                  \"replace\": \"src/environments/environment.ts\",\r\n                  \"with\": \"src/environments/environment.prod.ts\"\r\n                }\r\n              ],\r\n              \"sourceMap\": false,\r\n              \"optimization\": true\r\n            },\r\n            \"development\": {\r\n              \"outputHashing\": \"media\",\r\n              \"fileReplacements\": [\r\n                {\r\n                  \"replace\": \"src/environments/environment.ts\",\r\n                  \"with\": \"src/environments/environment.dev.ts\"\r\n                }\r\n              ],\r\n              \"sourceMap\": false,\r\n              \"optimization\": true\r\n            }\r\n          }\r\n        },\r\n        \"serve-ssr\": {\r\n          \"builder\": \"@nguniversal/builders:ssr-dev-server\",\r\n          \"options\": {\r\n            \"browserTarget\": \"my-app:build\",\r\n            \"serverTarget\": \"my-app:server\"\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {\r\n              \"browserTarget\": \"my-app:build:production\",\r\n              \"serverTarget\": \"my-app:server:production\"\r\n            },\r\n            \"development\": {\r\n              \"browserTarget\": \"my-app:build:development\",\r\n              \"serverTarget\": \"my-app:server:development\"\r\n            }\r\n          }\r\n        },\r\n        \"prerender\": {\r\n          \"builder\": \"@nguniversal/builders:prerender\",\r\n          \"options\": {\r\n            \"browserTarget\": \"my-app:build:production\",\r\n            \"serverTarget\": \"my-app:server:production\",\r\n            \"routes\": [\r\n              \"/\"\r\n            ]\r\n          },\r\n          \"configurations\": {\r\n            \"production\": {},\r\n            \"development\": {}\r\n          }\r\n        }\r\n      }\r\n    }\r\n  },\r\n  \"defaultProject\": \"my-app\"\r\n}\r\n```\r\n\r\n### Expected behavior\r\n\r\nUse correct environment for both the browser- and the server build.\r\n\r\n### Actual behavior\r\n\r\nThe browser build uses the correct config from the `dev.environment.ts`, but the server build uses the `prod.environment.ts`.\r\n","author":{"url":"https://github.com/lukfel","@type":"Person","name":"lukfel"},"datePublished":"2021-02-23T16:33:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/2764/angularfire/issues/2764"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:396e3c08-4612-a485-341b-3d3ea900c614
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id81A8:3FF3CA:3D54F76:54D44A9:6A60F2FD
html-safe-noncecccd1510cb631ca8d814143b57477cc641c31011e7b1ae62bb84d35dae1cb739
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MUE4OjNGRjNDQTozRDU0Rjc2OjU0RDQ0QTk6NkE2MEYyRkQiLCJ2aXNpdG9yX2lkIjoiMjQ0NTM1MTQ4NTg3MjA3NTUxNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6c8ee9ca8b1f872d710d426ca82c025d258e16cc1438df620d6ae273a9b7b736
hovercard-subject-tagissue:814628157
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angularfire/2764/issue_layout
twitter:imagehttps://opengraph.githubassets.com/863966738fec896e4435acec7b60d8bc77d592273621375cb326f786580e7300/angular/angularfire/issues/2764
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/863966738fec896e4435acec7b60d8bc77d592273621375cb326f786580e7300/angular/angularfire/issues/2764
og:image:altVersion info Angular: 11.0.0 Firebase: 8.1.2 AngularFire: 6.1.4 Node: 14 How to reproduce these conditions I have two environment configs for my Angular Universal app: dev.environment.ts and prod.e...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamelukfel
hostnamegithub.com
expected-hostnamegithub.com
None01a0f3379195d313175de239776b09dd4a079d5b2ea29dd9c37e85cd4cd5e990
turbo-cache-controlno-preview
go-importgithub.com/angular/angularfire git https://github.com/angular/angularfire.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id49453413
octolytics-dimension-repository_nwoangular/angularfire
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49453413
octolytics-dimension-repository_network_root_nwoangular/angularfire
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release00ca1a9089c8f2453e5d118d0554c8a26883d159
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angularfire/issues/2764#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangularfire%2Fissues%2F2764
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangularfire%2Fissues%2F2764
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangularfire
Reloadhttps://github.com/angular/angularfire/issues/2764
Reloadhttps://github.com/angular/angularfire/issues/2764
Reloadhttps://github.com/angular/angularfire/issues/2764
Please reload this pagehttps://github.com/angular/angularfire/issues/2764
angular https://github.com/angular
angularfirehttps://github.com/angular/angularfire
Notifications https://github.com/login?return_to=%2Fangular%2Fangularfire
Fork 2.2k https://github.com/login?return_to=%2Fangular%2Fangularfire
Star 7.8k https://github.com/login?return_to=%2Fangular%2Fangularfire
Code https://github.com/angular/angularfire
Issues 284 https://github.com/angular/angularfire/issues
Pull requests 13 https://github.com/angular/angularfire/pulls
Discussions https://github.com/angular/angularfire/discussions
Actions https://github.com/angular/angularfire/actions
Projects https://github.com/angular/angularfire/projects
Security and quality 0 https://github.com/angular/angularfire/security
Insights https://github.com/angular/angularfire/pulse
Code https://github.com/angular/angularfire
Issues https://github.com/angular/angularfire/issues
Pull requests https://github.com/angular/angularfire/pulls
Discussions https://github.com/angular/angularfire/discussions
Actions https://github.com/angular/angularfire/actions
Projects https://github.com/angular/angularfire/projects
Security and quality https://github.com/angular/angularfire/security
Insights https://github.com/angular/angularfire/pulse
ng deploy - allow configuration for serverTargethttps://github.com/angular/angularfire/issues/2764#top
https://github.com/lukfel
lukfelhttps://github.com/lukfel
on Feb 23, 2021https://github.com/angular/angularfire/issues/2764#issue-814628157
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.