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 base: '/app/', 6 plugins: [react()], 7 server: { host: '127.0.0.1', strictPort: false }, 8});