feat: add log for detected config file
This commit is contained in:
parent
b486a7a5d5
commit
31d5a33cd6
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ export function useMcFlyRoute({ storage }) {
|
||||||
const { components: componentType } = config
|
const { components: componentType } = config
|
||||||
let html = await getHtml(path, storage)
|
let html = await getHtml(path, storage)
|
||||||
|
|
||||||
|
console.log('[INFO]: Mcfly Config', config)
|
||||||
|
|
||||||
if (html) {
|
if (html) {
|
||||||
const transforms = [evaluateServerScript, deleteServerScripts]
|
const transforms = [evaluateServerScript, deleteServerScripts]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue