Add missing path import in generate.cjs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Osvaldo Ortega
2026-03-05 11:05:13 -08:00
co-authored by Copilot
parent d48c405b44
commit b8932e4a4e
+1
View File
@@ -21,6 +21,7 @@
*/
const fs = require('fs');
const path = require('path');
const cp = require('child_process');
const {
APP_ROOT,