批量重命名 npm/* 使用标准前缀 base|core|user

This commit is contained in:
Luk Lu
2021-09-16 21:53:17 +08:00
parent 2e64e061af
commit c1a7660c38
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
const fs = require('fs')
const path = require('path')
const nettool = require('sol.nettool')
const nettool = require('base.nettool')
const express = require('express')
const wo = (global.wo = {
envi : require('sol.enviconfig').mergeConfig({
envi : require('base.enviconfig').mergeConfig({
commanderOptions: [
// 命令行里可以接受的参数。将传给 config.js 里的 commander。每个参数的定义格式是 [参数名,参数键,描述]后两者用于传给commander取值后覆盖掉Config里的同名变量。
['protocol', '-P, --protocol <string>', 'Web Server protocol: http|https|httpall.'],