- GitHub Staff
- camchenry.com
- @camchenry.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Set-StartScreenOptions -EnableBootToDesktop | |
| Disable-BingSearch | |
| Disable-GameBarTips | |
| Disable-MicrosoftUpdate | |
| # Boxstarter specific | |
| cinstm boxstarter.common | |
| cinstm boxstarter.winconfig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export default async function handleRequest( | |
| request: Request, | |
| responseStatusCode: number, | |
| responseHeaders: Headers, | |
| remixContext: EntryContext | |
| ) { | |
| const url = new URL(request.url); | |
| if (url.pathname.startsWith("/social-image")) { | |
| registerFont("assets/fonts/Inter-Regular.otf", { | |
| family: "Inter", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================ | |
| 📊 AST ANALYSIS RESULTS | |
| ============================================================ | |
| 📁 FILE STATISTICS: | |
| Total files found: 279763 | |
| Successfully parsed: 279763 | |
| Failed to parse: 0 | |
| Total file size: 1.1 GB |