mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-07 11:17:56 +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
262 B
JavaScript
8 lines
262 B
JavaScript
'use strict';
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('../cjs/use-sync-external-store-shim/with-selector.production.js');
|
|
} else {
|
|
module.exports = require('../cjs/use-sync-external-store-shim/with-selector.development.js');
|
|
}
|