File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 "icon" : " nodejs" ,
1515 "link" : " /guides/hosting/#self-hosting"
1616 },
17- {
18- "label" : " AWS" ,
19- "icon" : " aws" ,
20- "link" : " /guides/hosting/aws/"
21- },
2217 {
2318 "label" : " GitHub" ,
2419 "icon" : " github" ,
Original file line number Diff line number Diff line change 11import platforms from "./platforms.json" with { type : "json" } ;
2- import awsLogo from "../../assets/aws.svg?type=raw" ;
32import githubLogo from "../../assets/github.svg?type=raw" ;
43import netlifyLogo from "../../assets/netlify.svg?type=raw" ;
54import nodejsLogo from "../../assets/nodejs.svg?type=raw" ;
65import vercelLogo from "../../assets/vercel.svg?type=raw" ;
76import styles from "./run-anywhere.module.css" ;
87
98const platformImageMapper = {
10- aws : awsLogo ,
119 github : githubLogo ,
1210 netlify : netlifyLogo ,
1311 nodejs : nodejsLogo ,
You can’t perform that action at this time.
0 commit comments