oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
25 lines • 542 B
JSON
{
"hooks": {
"startup": {
"enabled": true,
"script": ".claude/hooks/startup-optimizer.js",
"description": "Optimizes startup time using lazy loading system",
"timeout": 30000,
"priority": "high"
}
},
"performance": {
"lazy_loading": {
"enabled": true,
"critical_path_timeout": 3000,
"total_timeout": 10000,
"cache_enabled": true
},
"monitoring": {
"enabled": true,
"log_performance": true,
"save_reports": true
}
},
"version": "1.0.0"
}