mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
fix(init): bad import
This commit is contained in:
committed by
Thomas Vaillant
parent
6d2e0eca91
commit
e3b74be059
@@ -10,7 +10,7 @@ import path from "path";
|
||||
import moment from "moment-timezone";
|
||||
import type { AppConsole } from "@log4brains/cli-common";
|
||||
import { FailureExit } from "@log4brains/cli-common";
|
||||
import { replaceAllInFile } from "@src/utils";
|
||||
import { replaceAllInFile } from "../utils";
|
||||
|
||||
const assetsPath = path.resolve(path.join(__dirname, "../../assets"));
|
||||
const docLink = "https://github.com/thomvaill/log4brains";
|
||||
|
||||
Reference in New Issue
Block a user