mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
const d1Config = require('./d1.json');
|
|
d1Config.appConfig.webpackChain = function (config) {
|
|
// config.devServer.port(10000);
|
|
};
|
|
module.exports = d1Config;
|