--- // Component script (runs at build time) const greeting = "Hello World"; const currentTime = new Date().toLocaleString(); ---
Welcome to Astro!
Generated at: {currentTime}