Amolith's collection of Skills for agents like Crush/Claude Code
1import { defineConfig } from 'astro/config'; 2 3export default defineConfig({ 4 server: { host: '127.0.0.1' }, 5});