gencow 0.1.83 → 0.1.85
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/bin/gencow.mjs +2 -1
- package/dashboard/assets/{index-RH5HoiTX.js → index-BUcs9Gz8.js} +91 -91
- package/dashboard/assets/index-BVssR8dQ.css +1 -0
- package/dashboard/index.html +2 -2
- package/lib/readme-codegen.mjs +17 -3
- package/package.json +1 -1
- package/server/index.js +25712 -5151
- package/server/index.js.map +4 -4
- package/dashboard/assets/index-BuzAxJri.css +0 -1
package/bin/gencow.mjs
CHANGED
|
@@ -3399,7 +3399,8 @@ process.exit(0);
|
|
|
3399
3399
|
error(`Failed to set ${name}: ${e.message}`);
|
|
3400
3400
|
}
|
|
3401
3401
|
}
|
|
3402
|
-
log(`\n ${DIM}
|
|
3402
|
+
log(`\n ${DIM}⚡ Changes apply instantly — no restart needed${RESET}\n`);
|
|
3403
|
+
log(` ${DIM}💡 Access process.env.KEY inside handlers (not module top-level)${RESET}\n`);
|
|
3403
3404
|
return;
|
|
3404
3405
|
}
|
|
3405
3406
|
|