glassbox 0.2.4 → 0.2.5
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/dist/cli.js +1 -1
- package/dist/client/app.global.js +8 -8
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4513,7 +4513,7 @@ async function main() {
|
|
|
4513
4513
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
4514
4514
|
}
|
|
4515
4515
|
if (debug) {
|
|
4516
|
-
console.log(`[debug] Build timestamp: ${"2026-03-
|
|
4516
|
+
console.log(`[debug] Build timestamp: ${"2026-03-14T00:01:26.096Z"}`);
|
|
4517
4517
|
}
|
|
4518
4518
|
if (projectDir) {
|
|
4519
4519
|
process.chdir(projectDir);
|