tiendu 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/init.mjs +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/init.mjs
CHANGED
|
@@ -75,6 +75,11 @@ export const init = async () => {
|
|
|
75
75
|
console.log("");
|
|
76
76
|
console.log('Próximo paso: ejecutá "tiendu pull" para descargar el tema.');
|
|
77
77
|
console.log("");
|
|
78
|
+
console.log("Nota: habilitá el modo dev en la plataforma Tiendu");
|
|
79
|
+
console.log(
|
|
80
|
+
"(Ajustes > General) para que los datos del preview se muestren correctamente.",
|
|
81
|
+
);
|
|
82
|
+
console.log("");
|
|
78
83
|
} finally {
|
|
79
84
|
rl.close();
|
|
80
85
|
}
|