The raw, unpresented dish is now returned to the app after baking, where it can be retrieved as various different data types.

This commit is contained in:
n1474335 2018-04-21 12:25:48 +01:00
parent 30aa4e05ef
commit 76a066ab74
12 changed files with 163 additions and 73 deletions

View file

@ -99,7 +99,7 @@ export default OpModules;
path.join(dir, `modules/${module}.mjs`),
code
);
console.log(`Written ${module} module`);
console.log(`Written ${module} module`);
}