Amolith's collection of Skills for agents like Crush/Claude Code
1import { defineConfig } from 'vite'; 2import react from '@vitejs/plugin-react'; 3 4export default defineConfig({ 5 plugins: [react()], 6 server: { host: '127.0.0.1', strictPort: false }, 7});