glassbox 0.5.0 → 0.5.1
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/dist/client/styles.css +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5807,7 +5807,7 @@ async function main() {
|
|
|
5807
5807
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
5808
5808
|
}
|
|
5809
5809
|
if (debug) {
|
|
5810
|
-
console.log(`[debug] Build timestamp: ${"2026-03-
|
|
5810
|
+
console.log(`[debug] Build timestamp: ${"2026-03-26T23:51:09.647Z"}`);
|
|
5811
5811
|
}
|
|
5812
5812
|
if (projectDir) {
|
|
5813
5813
|
process.chdir(projectDir);
|