Switch to clawdis RPC mode and complete rebrand
This commit is contained in:
@@ -3,5 +3,5 @@ import { createRequire } from "node:module";
|
||||
const require = createRequire(import.meta.url);
|
||||
const pkg = require("../package.json") as { version?: string };
|
||||
|
||||
// Single source of truth for the current warelay version (reads from package.json).
|
||||
// Single source of truth for the current clawdis version (reads from package.json).
|
||||
export const VERSION = pkg.version ?? "0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user