glassbox 0.2.7 → 0.2.8
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
|
@@ -4755,7 +4755,7 @@ async function main() {
|
|
|
4755
4755
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
4756
4756
|
}
|
|
4757
4757
|
if (debug) {
|
|
4758
|
-
console.log(`[debug] Build timestamp: ${"2026-03-16T03:
|
|
4758
|
+
console.log(`[debug] Build timestamp: ${"2026-03-16T03:39:47.211Z"}`);
|
|
4759
4759
|
}
|
|
4760
4760
|
if (projectDir) {
|
|
4761
4761
|
process.chdir(projectDir);
|