import typescriptLogo from './assets/typescript.svg' import viteLogo from './assets/vite.svg' import heroImg from './assets/hero.png' export function render(_url: string) { const html = `
TypeScript logo Vite logo

Get started

Edit src/main.ts and save to test HMR

Documentation

Your questions, answered

Connect with us

Join the Vite community

` return { html } }