@aexol/spectral 0.0.7 → 0.0.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/commands/serve.js +1 -1
- package/package.json +1 -1
package/dist/commands/serve.js
CHANGED
|
@@ -45,7 +45,7 @@ import { gracefulShutdown } from "../server/shutdown.js";
|
|
|
45
45
|
import { preflightSqlite, SessionStore } from "../server/storage.js";
|
|
46
46
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
47
47
|
/** Default backend base URL when neither env nor override is set. */
|
|
48
|
-
const DEFAULT_BACKEND_URL = "
|
|
48
|
+
const DEFAULT_BACKEND_URL = "https://api.aexol.ai";
|
|
49
49
|
function readPackageVersion() {
|
|
50
50
|
// dist/commands/serve.js → ../../package.json
|
|
51
51
|
// src/commands/serve.ts → ../../package.json (tsx / vitest)
|