mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-06 18:58:22 +08:00
5aa50d35d7
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
'use strict';
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./cjs/react.shared-subset.production.min.js');
|
|
} else {
|
|
module.exports = require('./cjs/react.shared-subset.development.js');
|
|
}
|