feat: show logs for netlify debug
This commit is contained in:
parent
daffebd733
commit
2638b28533
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ export function useMcFlyRoute({ storage }) {
|
|||
const { components: componentType } = config
|
||||
let html = await getHtml(path, storage)
|
||||
|
||||
if (config?.server?.logs) {
|
||||
consola.info('[INFO]: Config found\n', config)
|
||||
}
|
||||
|
||||
if (html) {
|
||||
const transforms = [evaluateServerScript, deleteServerScripts]
|
||||
|
|
Loading…
Reference in a new issue