fix
This commit is contained in:
parent
43484766e4
commit
30ccaac624
|
|
@ -76,6 +76,7 @@ export const initFrontEnd = async (
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!code.internal.frontend[id_site].watch) {
|
if (!code.internal.frontend[id_site].watch) {
|
||||||
|
console.log('watching', dir.data(root))
|
||||||
code.internal.frontend[id_site].watch = watch(
|
code.internal.frontend[id_site].watch = watch(
|
||||||
dir.data(root),
|
dir.data(root),
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue