@cccarv82/freya 1.0.20 → 1.0.21
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/cli/web.js +1 -1
- package/package.json +1 -1
package/cli/web.js
CHANGED
|
@@ -1046,7 +1046,7 @@ async function cmdWeb({ port, dir, open, dev }) {
|
|
|
1046
1046
|
|
|
1047
1047
|
const now = new Date().toISOString();
|
|
1048
1048
|
const applyMode = String(payload.mode || 'all').trim();
|
|
1049
|
-
|
|
1049
|
+
const applied = { tasks: 0, blockers: 0, tasksSkipped: 0, blockersSkipped: 0, reportsSuggested: [], oracleQueries: [], mode: applyMode };
|
|
1050
1050
|
|
|
1051
1051
|
function makeId(prefix) {
|
|
1052
1052
|
const rand = Math.random().toString(16).slice(2, 8);
|