UNPKG

mincu-debug-tools

Version:

[Mincu - 南大家园 WEB JS API](https://github.com/ncuhome/mincu)

8 lines (6 loc) 210 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./mincu-debug-tools-server.cjs.prod.js"); } else { module.exports = require("./mincu-debug-tools-server.cjs.dev.js"); }