glassbox 0.9.7 → 0.9.9
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 +11 -11
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -6668,7 +6668,7 @@ async function main() {
|
|
|
6668
6668
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
6669
6669
|
}
|
|
6670
6670
|
if (debug) {
|
|
6671
|
-
console.log(`[debug] Build timestamp: ${"2026-05-
|
|
6671
|
+
console.log(`[debug] Build timestamp: ${"2026-05-22T03:53:54.684Z"}`);
|
|
6672
6672
|
}
|
|
6673
6673
|
if (projectDir !== null) {
|
|
6674
6674
|
process.chdir(projectDir);
|