glassbox 0.18.0 → 0.19.0-beta.2
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 +18 -18
- package/package.json +9 -6
package/dist/cli.js
CHANGED
|
@@ -31001,7 +31001,7 @@ async function main() {
|
|
|
31001
31001
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
31002
31002
|
}
|
|
31003
31003
|
if (debug) {
|
|
31004
|
-
console.log(`[debug] Build timestamp: ${"2026-
|
|
31004
|
+
console.log(`[debug] Build timestamp: ${"2026-07-01T07:05:39.597Z"}`);
|
|
31005
31005
|
}
|
|
31006
31006
|
if (projectDir !== null) {
|
|
31007
31007
|
if (!existsSync17(projectDir) || !statSync6(projectDir).isDirectory()) {
|