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: { 7 host: '127.0.0.1', 8 strictPort: false, 9 }, 10});