@genex-ai/cli-demo 0.64.0-dev.154 → 0.65.0-dev.157

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1089,13 +1089,13 @@ function renderGenexConfig() {
1089
1089
  return `// src/genex.config.ts \u2014 written by \`genex init\`. DO NOT hardcode URLs here.
1090
1090
  //
1091
1091
  // One build runs on BOTH stands: the serving hostname picks the stack at runtime
1092
- // (\`-dev.genex.technology\` -> dev), so promoting a game is a copy, never a rebuild.
1092
+ // (\`.auras.cc\` -> dev, else prod), so promoting a game is a copy, never a rebuild.
1093
1093
  // Vite env still overrides, but is loaded ONLY by \`npm run dev\`:
1094
1094
  // .env -> VITE_GENEX_SLUG (this game's identity; committed)
1095
1095
  // .env.development.local -> local-stack URL overrides (dev mode ONLY; gitignored)
1096
1096
  const IS_DEV =
1097
1097
  typeof location !== "undefined" &&
1098
- location.hostname.endsWith("-dev.genex.technology");
1098
+ location.hostname.endsWith(".auras.cc");
1099
1099
  export const GENEX = {
1100
1100
  slug: import.meta.env.VITE_GENEX_SLUG as string,
1101
1101
  apiUrl:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genex-ai/cli-demo",
3
- "version": "0.64.0-dev.154",
3
+ "version": "0.65.0-dev.157",
4
4
  "description": "Set up your project's agent workspace (.claude/.codex/.cursor in the game folder), authorize, create a game project, generate AI assets, and publish (genex CLI).",
5
5
  "type": "module",
6
6
  "bin": {