mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 优化证书未过期时的任务日志提示
This commit is contained in:
@@ -25,10 +25,10 @@ export default (req: any) => {
|
||||
const env = loadEnv(mode, process.cwd());
|
||||
const devServerFs: any = {};
|
||||
const devAlias: any[] = [];
|
||||
let base = "./";
|
||||
if (mode.startsWith("dev")) {
|
||||
base = "/certd";
|
||||
}
|
||||
const base = "./";
|
||||
// if (mode.startsWith("dev")) {
|
||||
// base = "/certd";
|
||||
// }
|
||||
return {
|
||||
base: base,
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user